pub struct MStore8;Expand description
Save byte to memory.
Trait Implementations§
Source§impl Instruction for MStore8
impl Instruction for MStore8
Source§fn is_push(&self) -> bool
fn is_push(&self) -> bool
Returns a value signifying whether this instruction is of the type
PUSHx. Read moreSource§fn is_dup(&self) -> bool
fn is_dup(&self) -> bool
Returns a value signifying whether this instruction is of the type
DUPx. Read moreSource§fn is_swap(&self) -> bool
fn is_swap(&self) -> bool
Returns a value signifying whether this instruction is of the type
SWAPx. Read moreimpl Copy for MStore8
impl Eq for MStore8
impl StructuralPartialEq for MStore8
Auto Trait Implementations§
impl Freeze for MStore8
impl RefUnwindSafe for MStore8
impl Send for MStore8
impl Sync for MStore8
impl Unpin for MStore8
impl UnwindSafe for MStore8
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