pub struct PhysicalDeviceFragmentDensityMapOffsetPropertiesEXTBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceFragmentDensityMapOffsetPropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceFragmentDensityMapOffsetPropertiesEXTBuilder<'a>
pub fn fragment_density_offset_granularity(self, value: Extent2D) -> Self
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceFragmentDensityMapOffsetPropertiesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceFragmentDensityMapOffsetPropertiesEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceFragmentDensityMapOffsetPropertiesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceFragmentDensityMapOffsetPropertiesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceFragmentDensityMapOffsetPropertiesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceFragmentDensityMapOffsetPropertiesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceFragmentDensityMapOffsetPropertiesEXTBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceFragmentDensityMapOffsetPropertiesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceFragmentDensityMapOffsetPropertiesEXTBuilder<'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