#[repr(C)]pub struct PerTileEndInfoQCOM {
pub s_type: StructureType,
pub next: *const c_void,
}Expand description
Fields§
§s_type: StructureType§next: *const c_voidTrait Implementations§
Source§impl Clone for PerTileEndInfoQCOM
impl Clone for PerTileEndInfoQCOM
Source§fn clone(&self) -> PerTileEndInfoQCOM
fn clone(&self) -> PerTileEndInfoQCOM
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 Debug for PerTileEndInfoQCOM
impl Debug for PerTileEndInfoQCOM
Source§impl Default for PerTileEndInfoQCOM
impl Default for PerTileEndInfoQCOM
Source§impl Hash for PerTileEndInfoQCOM
impl Hash for PerTileEndInfoQCOM
Source§impl PartialEq for PerTileEndInfoQCOM
impl PartialEq for PerTileEndInfoQCOM
impl Copy for PerTileEndInfoQCOM
impl Eq for PerTileEndInfoQCOM
impl Send for PerTileEndInfoQCOM
impl StructuralPartialEq for PerTileEndInfoQCOM
impl Sync for PerTileEndInfoQCOM
Auto Trait Implementations§
impl Freeze for PerTileEndInfoQCOM
impl RefUnwindSafe for PerTileEndInfoQCOM
impl Unpin for PerTileEndInfoQCOM
impl UnwindSafe for PerTileEndInfoQCOM
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