pub struct PhysicalDeviceMaintenance4FeaturesBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceMaintenance4FeaturesBuilder<'a>
impl<'a> PhysicalDeviceMaintenance4FeaturesBuilder<'a>
pub fn maintenance4(
self,
maintenance4: bool
) -> PhysicalDeviceMaintenance4FeaturesBuilder<'a>
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>
§type Target = PhysicalDeviceMaintenance4Features
type Target = PhysicalDeviceMaintenance4Features
The resulting type after dereferencing.