#[repr(u8)]pub enum MiscOp {
Mov = 0,
MovImm = 1,
MovSr = 2,
}Variants§
Implementations§
Trait Implementations§
impl Copy for MiscOp
impl Eq for MiscOp
impl StructuralPartialEq for MiscOp
Auto Trait Implementations§
impl Freeze for MiscOp
impl RefUnwindSafe for MiscOp
impl Send for MiscOp
impl Sync for MiscOp
impl Unpin for MiscOp
impl UnsafeUnpin for MiscOp
impl UnwindSafe for MiscOp
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