#[repr(C)]pub struct DispatchTileInfoQCOM {
pub s_type: StructureType,
pub next: *const c_void,
}Expand description
Fields§
§s_type: StructureType§next: *const c_voidTrait Implementations§
Source§impl Clone for DispatchTileInfoQCOM
impl Clone for DispatchTileInfoQCOM
Source§fn clone(&self) -> DispatchTileInfoQCOM
fn clone(&self) -> DispatchTileInfoQCOM
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 DispatchTileInfoQCOM
Source§impl Debug for DispatchTileInfoQCOM
impl Debug for DispatchTileInfoQCOM
Source§impl Default for DispatchTileInfoQCOM
impl Default for DispatchTileInfoQCOM
impl Eq for DispatchTileInfoQCOM
Source§impl Hash for DispatchTileInfoQCOM
impl Hash for DispatchTileInfoQCOM
Source§impl PartialEq for DispatchTileInfoQCOM
impl PartialEq for DispatchTileInfoQCOM
Source§fn eq(&self, other: &DispatchTileInfoQCOM) -> bool
fn eq(&self, other: &DispatchTileInfoQCOM) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for DispatchTileInfoQCOM
impl StructuralPartialEq for DispatchTileInfoQCOM
impl Sync for DispatchTileInfoQCOM
Auto Trait Implementations§
impl Freeze for DispatchTileInfoQCOM
impl RefUnwindSafe for DispatchTileInfoQCOM
impl Unpin for DispatchTileInfoQCOM
impl UnsafeUnpin for DispatchTileInfoQCOM
impl UnwindSafe for DispatchTileInfoQCOM
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