pub struct PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEBuilder<'a>
impl<'a> PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEBuilder<'a>
pub fn descriptor_set_host_mapping( self, value: bool, ) -> PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEBuilder<'a>
pub fn push_next<T>( self, next: &'a mut T, ) -> PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEBuilder<'a>
Prepend a struct to the pNext chain. See PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEBuilder<'a>
impl<'a> Deref for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEBuilder<'a>
Source§type Target = PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
type Target = PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
The resulting type after dereferencing.
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEBuilder<'a>
impl<'a> !Send for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEBuilder<'a>
impl<'a> !Sync for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEBuilder<'a>
impl<'a> Unpin for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEBuilder<'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