pub struct MSize;Expand description
Get the size of active memory in bytes.
Trait Implementations§
Source§impl Instruction for MSize
impl Instruction for MSize
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 MSize
impl Eq for MSize
impl StructuralPartialEq for MSize
Auto Trait Implementations§
impl Freeze for MSize
impl RefUnwindSafe for MSize
impl Send for MSize
impl Sync for MSize
impl Unpin for MSize
impl UnwindSafe for MSize
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