#[repr(u8)]pub enum OpMode {
Abc = 0,
ABx = 1,
AsBx = 2,
Ax = 3,
SJ = 4,
}Expand description
Instruction addressing mode.
Variants§
Trait Implementations§
impl Copy for OpMode
impl Eq for OpMode
impl StructuralPartialEq for OpMode
Auto Trait Implementations§
impl Freeze for OpMode
impl RefUnwindSafe for OpMode
impl Send for OpMode
impl Sync for OpMode
impl Unpin for OpMode
impl UnsafeUnpin for OpMode
impl UnwindSafe for OpMode
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