pub struct RUN {
pub len: u32,
pub byte: u8,
}
Expand description
Inlined of Decoded RUN instruction
Fields§
§len: u32
§byte: u8
Trait Implementations§
Source§impl Instruction for RUN
impl Instruction for RUN
impl Copy for RUN
impl Eq for RUN
impl StructuralPartialEq for RUN
Auto Trait Implementations§
impl Freeze for RUN
impl RefUnwindSafe for RUN
impl Send for RUN
impl Sync for RUN
impl Unpin for RUN
impl UnwindSafe for RUN
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