pub struct DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a>
impl<'a> DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a>
pub fn descriptor_offset(self, descriptor_offset: usize) -> Self
pub fn descriptor_size(self, descriptor_size: u32) -> Self
sourcepub fn build(self) -> DescriptorSetLayoutHostMappingInfoVALVE
pub fn build(self) -> DescriptorSetLayoutHostMappingInfoVALVE
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 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> 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