Struct ash::vk::PhysicalDeviceMaintenance4FeaturesBuilder
source · pub struct PhysicalDeviceMaintenance4FeaturesBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceMaintenance4FeaturesBuilder<'a>
impl<'a> PhysicalDeviceMaintenance4FeaturesBuilder<'a>
pub fn maintenance4(self, maintenance4: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceMaintenance4Features
pub fn build(self) -> PhysicalDeviceMaintenance4Features
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 PhysicalDeviceMaintenance4FeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceMaintenance4FeaturesBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceMaintenance4FeaturesBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceMaintenance4FeaturesBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceMaintenance4FeaturesBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceMaintenance4FeaturesBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceMaintenance4FeaturesBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceMaintenance4FeaturesBuilder<'a>
impl<'a> !Send for PhysicalDeviceMaintenance4FeaturesBuilder<'a>
impl<'a> !Sync for PhysicalDeviceMaintenance4FeaturesBuilder<'a>
impl<'a> Unpin for PhysicalDeviceMaintenance4FeaturesBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceMaintenance4FeaturesBuilder<'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