#[repr(C)]pub struct PhysicalDeviceFragmentDensityMap2FeaturesEXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub fragment_density_map_deferred: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§fragment_density_map_deferred: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceFragmentDensityMap2FeaturesEXT<'a>
impl<'a> PhysicalDeviceFragmentDensityMap2FeaturesEXT<'a>
pub fn fragment_density_map_deferred( self, fragment_density_map_deferred: bool, ) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceFragmentDensityMap2FeaturesEXT<'a>
impl<'a> Clone for PhysicalDeviceFragmentDensityMap2FeaturesEXT<'a>
source§fn clone(&self) -> PhysicalDeviceFragmentDensityMap2FeaturesEXT<'a>
fn clone(&self) -> PhysicalDeviceFragmentDensityMap2FeaturesEXT<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for PhysicalDeviceFragmentDensityMap2FeaturesEXT<'a>
impl<'a> Debug for PhysicalDeviceFragmentDensityMap2FeaturesEXT<'a>
source§impl<'a> TaggedStructure for PhysicalDeviceFragmentDensityMap2FeaturesEXT<'a>
impl<'a> TaggedStructure for PhysicalDeviceFragmentDensityMap2FeaturesEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_2_FEATURES_EXT
impl<'a> Copy for PhysicalDeviceFragmentDensityMap2FeaturesEXT<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceFragmentDensityMap2FeaturesEXT<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceFragmentDensityMap2FeaturesEXT<'_>
impl Send for PhysicalDeviceFragmentDensityMap2FeaturesEXT<'_>
impl Sync for PhysicalDeviceFragmentDensityMap2FeaturesEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceFragmentDensityMap2FeaturesEXT<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceFragmentDensityMap2FeaturesEXT<'a>
impl<'a> Unpin for PhysicalDeviceFragmentDensityMap2FeaturesEXT<'a>
impl<'a> UnwindSafe for PhysicalDeviceFragmentDensityMap2FeaturesEXT<'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