#[repr(C)]pub struct SubpassFragmentDensityMapOffsetEndInfoQCOM<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub fragment_density_offset_count: u32,
pub p_fragment_density_offsets: *const Offset2D,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§fragment_density_offset_count: u32
§p_fragment_density_offsets: *const Offset2D
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> SubpassFragmentDensityMapOffsetEndInfoQCOM<'a>
impl<'a> SubpassFragmentDensityMapOffsetEndInfoQCOM<'a>
pub fn fragment_density_offsets( self, fragment_density_offsets: &'a [Offset2D], ) -> Self
Trait Implementations§
source§impl<'a> Clone for SubpassFragmentDensityMapOffsetEndInfoQCOM<'a>
impl<'a> Clone for SubpassFragmentDensityMapOffsetEndInfoQCOM<'a>
source§fn clone(&self) -> SubpassFragmentDensityMapOffsetEndInfoQCOM<'a>
fn clone(&self) -> SubpassFragmentDensityMapOffsetEndInfoQCOM<'a>
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<'a> Debug for SubpassFragmentDensityMapOffsetEndInfoQCOM<'a>
impl<'a> Debug for SubpassFragmentDensityMapOffsetEndInfoQCOM<'a>
source§impl Default for SubpassFragmentDensityMapOffsetEndInfoQCOM<'_>
impl Default for SubpassFragmentDensityMapOffsetEndInfoQCOM<'_>
source§impl<'a> TaggedStructure for SubpassFragmentDensityMapOffsetEndInfoQCOM<'a>
impl<'a> TaggedStructure for SubpassFragmentDensityMapOffsetEndInfoQCOM<'a>
const STRUCTURE_TYPE: StructureType = StructureType::SUBPASS_FRAGMENT_DENSITY_MAP_OFFSET_END_INFO_QCOM
impl<'a> Copy for SubpassFragmentDensityMapOffsetEndInfoQCOM<'a>
impl ExtendsSubpassEndInfo for SubpassFragmentDensityMapOffsetEndInfoQCOM<'_>
impl Send for SubpassFragmentDensityMapOffsetEndInfoQCOM<'_>
impl Sync for SubpassFragmentDensityMapOffsetEndInfoQCOM<'_>
Auto Trait Implementations§
impl<'a> Freeze for SubpassFragmentDensityMapOffsetEndInfoQCOM<'a>
impl<'a> RefUnwindSafe for SubpassFragmentDensityMapOffsetEndInfoQCOM<'a>
impl<'a> Unpin for SubpassFragmentDensityMapOffsetEndInfoQCOM<'a>
impl<'a> UnwindSafe for SubpassFragmentDensityMapOffsetEndInfoQCOM<'a>
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