#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PerTileEndInfoQCOM
Source§impl Debug for PerTileEndInfoQCOM
impl Debug for PerTileEndInfoQCOM
Source§impl Default for PerTileEndInfoQCOM
impl Default for PerTileEndInfoQCOM
impl Eq for PerTileEndInfoQCOM
Source§impl Hash for PerTileEndInfoQCOM
impl Hash for PerTileEndInfoQCOM
Source§impl PartialEq for PerTileEndInfoQCOM
impl PartialEq for PerTileEndInfoQCOM
Source§fn eq(&self, other: &PerTileEndInfoQCOM) -> bool
fn eq(&self, other: &PerTileEndInfoQCOM) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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