pub struct PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEBuilder<'a>
impl<'a> PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEBuilder<'a>
pub fn descriptor_set_host_mapping( self, descriptor_set_host_mapping: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
pub fn build(self) -> PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
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 PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEBuilder<'a>
impl<'a> Deref for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDescriptorSetHostMappingFeaturesVALVEBuilder<'_>
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> 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