#[repr(transparent)]pub struct PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
pub fn fragment_density_map_deferred(
self,
fragment_density_map_deferred: bool
) -> PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceFragmentDensityMap2FeaturesEXT
pub fn build(self) -> PhysicalDeviceFragmentDensityMap2FeaturesEXT
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 PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
type Target = PhysicalDeviceFragmentDensityMap2FeaturesEXT
type Target = PhysicalDeviceFragmentDensityMap2FeaturesEXT
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsDeviceCreateInfo for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'_>
impl<'_> ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'_>
Auto Trait Implementations
impl<'a> RefUnwindSafe for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'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