pub struct DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a> { /* private fields */ }Expand description
Builder for DescriptorSetLayoutHostMappingInfoVALVE with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a>
impl<'a> DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a>
pub fn descriptor_offset(self, value: usize) -> Self
pub fn descriptor_size(self, value: u32) -> Self
Sourcepub fn push_next<T: ExtendsDescriptorSetLayoutHostMappingInfoVALVE>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsDescriptorSetLayoutHostMappingInfoVALVE>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See DescriptorSetLayoutHostMappingInfoVALVE’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a>
impl<'a> Deref for DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a>
impl<'a> RefUnwindSafe for DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a>
impl<'a> !Send for DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a>
impl<'a> !Sync for DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a>
impl<'a> Unpin for DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a>
impl<'a> UnsafeUnpin for DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a>
impl<'a> UnwindSafe for DescriptorSetLayoutHostMappingInfoVALVEBuilder<'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