pub struct PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceFragmentDensityMap2FeaturesEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
pub fn fragment_density_map_deferred(self, value: bool) -> Self
Sourcepub fn push_next<T: ExtendsPhysicalDeviceFragmentDensityMap2FeaturesEXT>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPhysicalDeviceFragmentDensityMap2FeaturesEXT>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See PhysicalDeviceFragmentDensityMap2FeaturesEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
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> UnsafeUnpin for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'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