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