pub struct InternalFetch;Expand description
Represents the internal-fetch opcode which is used to begin every instruction cycle.
Trait Implementations§
Source§impl Display for InternalFetch
impl Display for InternalFetch
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 InternalFetch
impl RefUnwindSafe for InternalFetch
impl Send for InternalFetch
impl Sync for InternalFetch
impl Unpin for InternalFetch
impl UnwindSafe for InternalFetch
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