pub struct AsmType { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Ord for AsmType
impl Ord for AsmType
Source§impl PartialOrd for AsmType
impl PartialOrd for AsmType
impl Copy for AsmType
impl Eq for AsmType
impl StructuralPartialEq for AsmType
Auto Trait Implementations§
impl Freeze for AsmType
impl RefUnwindSafe for AsmType
impl Send for AsmType
impl Sync for AsmType
impl Unpin for AsmType
impl UnwindSafe for AsmType
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