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