#[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: StructureTypep_next: *const c_voidfragment_density_offset_count: u32p_fragment_density_offsets: *const Offset2DImplementations
Trait Implementations
sourceimpl Clone for SubpassFragmentDensityMapOffsetEndInfoQCOM
impl Clone for SubpassFragmentDensityMapOffsetEndInfoQCOM
sourcefn clone(&self) -> SubpassFragmentDensityMapOffsetEndInfoQCOM
fn clone(&self) -> SubpassFragmentDensityMapOffsetEndInfoQCOM
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for SubpassFragmentDensityMapOffsetEndInfoQCOM
impl Default for SubpassFragmentDensityMapOffsetEndInfoQCOM
sourcefn default() -> SubpassFragmentDensityMapOffsetEndInfoQCOM
fn default() -> SubpassFragmentDensityMapOffsetEndInfoQCOM
Returns the “default value” for a type. Read more
impl Copy for SubpassFragmentDensityMapOffsetEndInfoQCOM
impl ExtendsSubpassEndInfo for SubpassFragmentDensityMapOffsetEndInfoQCOM
Auto Trait Implementations
impl RefUnwindSafe for SubpassFragmentDensityMapOffsetEndInfoQCOM
impl !Send for SubpassFragmentDensityMapOffsetEndInfoQCOM
impl !Sync for SubpassFragmentDensityMapOffsetEndInfoQCOM
impl Unpin for SubpassFragmentDensityMapOffsetEndInfoQCOM
impl UnwindSafe for SubpassFragmentDensityMapOffsetEndInfoQCOM
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more