pub type DescriptorSetVariableDescriptorCountAllocateInfoEXT = DescriptorSetVariableDescriptorCountAllocateInfo;
Aliased Type§
#[repr(C)]pub struct DescriptorSetVariableDescriptorCountAllocateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub descriptor_set_count: u32,
pub p_descriptor_counts: *const u32,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§descriptor_set_count: u32
§p_descriptor_counts: *const u32
Implementations
Trait Implementations
Source§impl Clone for DescriptorSetVariableDescriptorCountAllocateInfo
impl Clone for DescriptorSetVariableDescriptorCountAllocateInfo
Source§fn clone(&self) -> DescriptorSetVariableDescriptorCountAllocateInfo
fn clone(&self) -> DescriptorSetVariableDescriptorCountAllocateInfo
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more