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