#[repr(C)]pub struct DescriptorSetVariableDescriptorCountAllocateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub descriptor_set_count: u32,
pub p_descriptor_counts: *const u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§descriptor_set_count: u32§p_descriptor_counts: *const u32Implementations§
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