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