pub struct Extended { /* private fields */ }Available on crate feature
extended only.Expand description
The extended instruction set
Core, plus debugging (DBG), raw input (RIN), function CALL and return (RET), and no-op (NOP) instructions
Trait Implementations§
Source§impl Display for Extended
The extended instruction set
impl Display for Extended
The extended instruction set
Core, plus debugging (DBG), raw input (RIN), function CALL and return (RET), and no-op (NOP) instructions
Auto Trait Implementations§
impl Freeze for Extended
impl RefUnwindSafe for Extended
impl Send for Extended
impl Sync for Extended
impl Unpin for Extended
impl UnsafeUnpin for Extended
impl UnwindSafe for Extended
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