#[repr(C)]pub struct PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub fragment_density_map_offset: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§fragment_density_map_offset: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM
impl Clone for PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM
source§fn clone(&self) -> PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM
fn clone(&self) -> PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM
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 TaggedStructure for PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM
impl TaggedStructure for PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_OFFSET_FEATURES_QCOM
impl Copy for PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM
impl ExtendsDeviceCreateInfo for PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM
Auto Trait Implementations§
impl Freeze for PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM
impl RefUnwindSafe for PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM
impl !Send for PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM
impl !Sync for PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM
impl Unpin for PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM
impl UnwindSafe for PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM
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