#[repr(transparent)]pub struct PhysicalDeviceMaintenance4FeaturesBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'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
sourceimpl<'a> Deref for PhysicalDeviceMaintenance4FeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceMaintenance4FeaturesBuilder<'a>
type Target = PhysicalDeviceMaintenance4Features
type Target = PhysicalDeviceMaintenance4Features
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<PhysicalDeviceMaintenance4FeaturesBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<PhysicalDeviceMaintenance4FeaturesBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for PhysicalDeviceMaintenance4FeaturesBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceMaintenance4FeaturesBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <PhysicalDeviceMaintenance4FeaturesBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <PhysicalDeviceMaintenance4FeaturesBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsDeviceCreateInfo for PhysicalDeviceMaintenance4FeaturesBuilder<'_>
impl<'_> ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceMaintenance4FeaturesBuilder<'_>
Auto Trait Implementations
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
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