#[repr(C)]pub struct SubpassFragmentDensityMapOffsetEndInfoQCOM {
pub s_type: StructureType,
pub p_next: *const c_void,
pub fragment_density_offset_count: u32,
pub p_fragment_density_offsets: *const Offset2D,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§fragment_density_offset_count: u32
§p_fragment_density_offsets: *const Offset2D
Implementations§
Trait Implementations§
source§impl Clone for SubpassFragmentDensityMapOffsetEndInfoQCOM
impl Clone for SubpassFragmentDensityMapOffsetEndInfoQCOM
source§fn clone(&self) -> SubpassFragmentDensityMapOffsetEndInfoQCOM
fn clone(&self) -> SubpassFragmentDensityMapOffsetEndInfoQCOM
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 more