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