#[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 moresource§impl TaggedStructure for SubpassFragmentDensityMapOffsetEndInfoQCOM
impl TaggedStructure for SubpassFragmentDensityMapOffsetEndInfoQCOM
const STRUCTURE_TYPE: StructureType = StructureType::SUBPASS_FRAGMENT_DENSITY_MAP_OFFSET_END_INFO_QCOM
impl Copy for SubpassFragmentDensityMapOffsetEndInfoQCOM
impl ExtendsSubpassEndInfo for SubpassFragmentDensityMapOffsetEndInfoQCOM
Auto Trait Implementations§
impl Freeze for SubpassFragmentDensityMapOffsetEndInfoQCOM
impl RefUnwindSafe for SubpassFragmentDensityMapOffsetEndInfoQCOM
impl !Send for SubpassFragmentDensityMapOffsetEndInfoQCOM
impl !Sync for SubpassFragmentDensityMapOffsetEndInfoQCOM
impl Unpin for SubpassFragmentDensityMapOffsetEndInfoQCOM
impl UnwindSafe for SubpassFragmentDensityMapOffsetEndInfoQCOM
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