pub struct MStore;Expand description
Save word to memory.
Trait Implementations§
Source§impl Instruction for MStore
impl Instruction for MStore
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 MStore
impl Eq for MStore
impl StructuralPartialEq for MStore
Auto Trait Implementations§
impl Freeze for MStore
impl RefUnwindSafe for MStore
impl Send for MStore
impl Sync for MStore
impl Unpin for MStore
impl UnwindSafe for MStore
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