#[repr(C)]pub struct DescriptorSetVariableDescriptorCountAllocateInfo {
pub sType: StructureType,
pub pNext: *const c_void,
pub descriptorSetCount: u32,
pub pDescriptorCounts: *const u32,
}Fields§
§sType: StructureType§pNext: *const c_void§descriptorSetCount: u32§pDescriptorCounts: *const u32Implementations§
Trait Implementations§
Source§impl Clone for DescriptorSetVariableDescriptorCountAllocateInfo
impl Clone for DescriptorSetVariableDescriptorCountAllocateInfo
Source§fn clone(&self) -> DescriptorSetVariableDescriptorCountAllocateInfo
fn clone(&self) -> DescriptorSetVariableDescriptorCountAllocateInfo
Returns a duplicate 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 Default for DescriptorSetVariableDescriptorCountAllocateInfo
impl Default for DescriptorSetVariableDescriptorCountAllocateInfo
Source§fn default() -> DescriptorSetVariableDescriptorCountAllocateInfo
fn default() -> DescriptorSetVariableDescriptorCountAllocateInfo
Returns the “default value” for a type. Read more
impl Copy for DescriptorSetVariableDescriptorCountAllocateInfo
Auto Trait Implementations§
impl Freeze for DescriptorSetVariableDescriptorCountAllocateInfo
impl RefUnwindSafe for DescriptorSetVariableDescriptorCountAllocateInfo
impl !Send for DescriptorSetVariableDescriptorCountAllocateInfo
impl !Sync for DescriptorSetVariableDescriptorCountAllocateInfo
impl Unpin for DescriptorSetVariableDescriptorCountAllocateInfo
impl UnwindSafe for DescriptorSetVariableDescriptorCountAllocateInfo
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