#[repr(C)]pub struct SubpassFragmentDensityMapOffsetEndInfoQCOM {
pub sType: StructureType,
pub pNext: *const c_void,
pub fragmentDensityOffsetCount: u32,
pub pFragmentDensityOffsets: *const Offset2D,
}Fields§
§sType: StructureType§pNext: *const c_void§fragmentDensityOffsetCount: u32§pFragmentDensityOffsets: *const Offset2DTrait Implementations§
Source§impl Clone for SubpassFragmentDensityMapOffsetEndInfoQCOM
impl Clone for SubpassFragmentDensityMapOffsetEndInfoQCOM
Source§fn clone(&self) -> SubpassFragmentDensityMapOffsetEndInfoQCOM
fn clone(&self) -> SubpassFragmentDensityMapOffsetEndInfoQCOM
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 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