#[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 · 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 DispatchTileInfoQCOM
impl Debug for DispatchTileInfoQCOM
Source§impl Default for DispatchTileInfoQCOM
impl Default for DispatchTileInfoQCOM
Source§impl Hash for DispatchTileInfoQCOM
impl Hash for DispatchTileInfoQCOM
Source§impl PartialEq for DispatchTileInfoQCOM
impl PartialEq for DispatchTileInfoQCOM
impl Copy for DispatchTileInfoQCOM
impl Eq for DispatchTileInfoQCOM
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 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