pub struct DescriptorSetVariableDescriptorCountAllocateInfoBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DescriptorSetVariableDescriptorCountAllocateInfoBuilder<'a>
impl<'a> DescriptorSetVariableDescriptorCountAllocateInfoBuilder<'a>
pub fn descriptor_counts(self, descriptor_counts: &'a [u32]) -> Self
sourcepub fn build(self) -> DescriptorSetVariableDescriptorCountAllocateInfo
pub fn build(self) -> DescriptorSetVariableDescriptorCountAllocateInfo
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for DescriptorSetVariableDescriptorCountAllocateInfoBuilder<'a>
impl<'a> Deref for DescriptorSetVariableDescriptorCountAllocateInfoBuilder<'a>
source§impl<'a> DerefMut for DescriptorSetVariableDescriptorCountAllocateInfoBuilder<'a>
impl<'a> DerefMut for DescriptorSetVariableDescriptorCountAllocateInfoBuilder<'a>
impl ExtendsDescriptorSetAllocateInfo for DescriptorSetVariableDescriptorCountAllocateInfoBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for DescriptorSetVariableDescriptorCountAllocateInfoBuilder<'a>
impl<'a> RefUnwindSafe for DescriptorSetVariableDescriptorCountAllocateInfoBuilder<'a>
impl<'a> !Send for DescriptorSetVariableDescriptorCountAllocateInfoBuilder<'a>
impl<'a> !Sync for DescriptorSetVariableDescriptorCountAllocateInfoBuilder<'a>
impl<'a> Unpin for DescriptorSetVariableDescriptorCountAllocateInfoBuilder<'a>
impl<'a> UnwindSafe for DescriptorSetVariableDescriptorCountAllocateInfoBuilder<'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