pub struct InstrDef { /* private fields */ }Expand description
Definition of an instruction in the gbz80 CPU. Opcodes identify particular instructions.
Implementations§
Trait Implementations§
Source§impl From<InternalFetch> for InstrDef
impl From<InternalFetch> for InstrDef
Source§fn from(_: InternalFetch) -> Self
fn from(_: InternalFetch) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InstrDef
impl RefUnwindSafe for InstrDef
impl Send for InstrDef
impl Sync for InstrDef
impl Unpin for InstrDef
impl UnwindSafe for InstrDef
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