pub struct CodeSize;Expand description
Get size of code running in current environment.
Trait Implementations§
Source§impl Instruction for CodeSize
impl Instruction for CodeSize
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 CodeSize
impl Eq for CodeSize
impl StructuralPartialEq for CodeSize
Auto Trait Implementations§
impl Freeze for CodeSize
impl RefUnwindSafe for CodeSize
impl Send for CodeSize
impl Sync for CodeSize
impl Unpin for CodeSize
impl UnwindSafe for CodeSize
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