#[repr(C)]pub struct DescriptorSetVariableDescriptorCountAllocateInfo<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub descriptor_set_count: u32,
pub p_descriptor_counts: *const u32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§descriptor_set_count: u32
§p_descriptor_counts: *const u32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> DescriptorSetVariableDescriptorCountAllocateInfo<'a>
impl<'a> DescriptorSetVariableDescriptorCountAllocateInfo<'a>
pub fn descriptor_counts(self, descriptor_counts: &'a [u32]) -> Self
Trait Implementations§
source§impl<'a> Clone for DescriptorSetVariableDescriptorCountAllocateInfo<'a>
impl<'a> Clone for DescriptorSetVariableDescriptorCountAllocateInfo<'a>
source§fn clone(&self) -> DescriptorSetVariableDescriptorCountAllocateInfo<'a>
fn clone(&self) -> DescriptorSetVariableDescriptorCountAllocateInfo<'a>
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 moresource§impl<'a> Debug for DescriptorSetVariableDescriptorCountAllocateInfo<'a>
impl<'a> Debug for DescriptorSetVariableDescriptorCountAllocateInfo<'a>
source§impl<'a> TaggedStructure for DescriptorSetVariableDescriptorCountAllocateInfo<'a>
impl<'a> TaggedStructure for DescriptorSetVariableDescriptorCountAllocateInfo<'a>
const STRUCTURE_TYPE: StructureType = StructureType::DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_ALLOCATE_INFO
impl<'a> Copy for DescriptorSetVariableDescriptorCountAllocateInfo<'a>
impl ExtendsDescriptorSetAllocateInfo for DescriptorSetVariableDescriptorCountAllocateInfo<'_>
impl Send for DescriptorSetVariableDescriptorCountAllocateInfo<'_>
impl Sync for DescriptorSetVariableDescriptorCountAllocateInfo<'_>
Auto Trait Implementations§
impl<'a> Freeze for DescriptorSetVariableDescriptorCountAllocateInfo<'a>
impl<'a> RefUnwindSafe for DescriptorSetVariableDescriptorCountAllocateInfo<'a>
impl<'a> Unpin for DescriptorSetVariableDescriptorCountAllocateInfo<'a>
impl<'a> UnwindSafe for DescriptorSetVariableDescriptorCountAllocateInfo<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more