pub struct MOpcode(pub u32);Expand description
Opaque machine opcode (each target provides its own constants).
Tuple Fields§
§0: u32Trait Implementations§
impl Copy for MOpcode
impl Eq for MOpcode
impl StructuralPartialEq for MOpcode
Auto Trait Implementations§
impl Freeze for MOpcode
impl RefUnwindSafe for MOpcode
impl Send for MOpcode
impl Sync for MOpcode
impl Unpin for MOpcode
impl UnsafeUnpin for MOpcode
impl UnwindSafe for MOpcode
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