#[repr(transparent)]pub struct DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a>
impl<'a> DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a>
pub fn descriptor_offset(
self,
descriptor_offset: usize
) -> DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a>
pub fn descriptor_size(
self,
descriptor_size: u32
) -> DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a>
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
sourceimpl<'a> Deref for DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a>
impl<'a> Deref for DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a>
type Target = DescriptorSetLayoutHostMappingInfoVALVE
type Target = DescriptorSetLayoutHostMappingInfoVALVE
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a>
impl<'a> DerefMut for DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a> as Deref>::Target
Mutably dereferences the value.
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more