pub struct MutableDescriptorTypeCreateInfoVALVEBuilder<'a> { /* private fields */ }
Implementations§
Source§impl<'a> MutableDescriptorTypeCreateInfoVALVEBuilder<'a>
impl<'a> MutableDescriptorTypeCreateInfoVALVEBuilder<'a>
pub fn mutable_descriptor_type_lists( self, mutable_descriptor_type_lists: &'a [MutableDescriptorTypeListVALVE], ) -> Self
Sourcepub fn build(self) -> MutableDescriptorTypeCreateInfoVALVE
pub fn build(self) -> MutableDescriptorTypeCreateInfoVALVE
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 MutableDescriptorTypeCreateInfoVALVEBuilder<'a>
impl<'a> Deref for MutableDescriptorTypeCreateInfoVALVEBuilder<'a>
Source§impl<'a> DerefMut for MutableDescriptorTypeCreateInfoVALVEBuilder<'a>
impl<'a> DerefMut for MutableDescriptorTypeCreateInfoVALVEBuilder<'a>
impl ExtendsDescriptorPoolCreateInfo for MutableDescriptorTypeCreateInfoVALVEBuilder<'_>
impl ExtendsDescriptorSetLayoutCreateInfo for MutableDescriptorTypeCreateInfoVALVEBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for MutableDescriptorTypeCreateInfoVALVEBuilder<'a>
impl<'a> RefUnwindSafe for MutableDescriptorTypeCreateInfoVALVEBuilder<'a>
impl<'a> !Send for MutableDescriptorTypeCreateInfoVALVEBuilder<'a>
impl<'a> !Sync for MutableDescriptorTypeCreateInfoVALVEBuilder<'a>
impl<'a> Unpin for MutableDescriptorTypeCreateInfoVALVEBuilder<'a>
impl<'a> UnwindSafe for MutableDescriptorTypeCreateInfoVALVEBuilder<'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