#[repr(C)]pub struct PhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub fragment_density_offset_granularity: Extent2D,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§fragment_density_offset_granularity: Extent2DImplementations§
Trait Implementations§
Source§impl Clone for PhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM
 
impl Clone for PhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM
Source§fn clone(&self) -> PhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM
 
fn clone(&self) -> PhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM
Returns a duplicate 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 moreimpl Copy for PhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM
Auto Trait Implementations§
impl Freeze for PhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM
impl RefUnwindSafe for PhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM
impl !Send for PhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM
impl !Sync for PhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM
impl Unpin for PhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM
impl UnwindSafe for PhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM
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