pub struct ReturnDataSize;Expand description
Get size of output data from the previous call from the current environment.
Trait Implementations§
Source§impl Clone for ReturnDataSize
impl Clone for ReturnDataSize
Source§fn clone(&self) -> ReturnDataSize
fn clone(&self) -> ReturnDataSize
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReturnDataSize
impl Debug for ReturnDataSize
Source§impl Display for ReturnDataSize
impl Display for ReturnDataSize
Source§impl Hash for ReturnDataSize
impl Hash for ReturnDataSize
Source§impl Instruction for ReturnDataSize
impl Instruction for ReturnDataSize
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 moreSource§impl PartialEq for ReturnDataSize
impl PartialEq for ReturnDataSize
impl Copy for ReturnDataSize
impl Eq for ReturnDataSize
impl StructuralPartialEq for ReturnDataSize
Auto Trait Implementations§
impl Freeze for ReturnDataSize
impl RefUnwindSafe for ReturnDataSize
impl Send for ReturnDataSize
impl Sync for ReturnDataSize
impl Unpin for ReturnDataSize
impl UnwindSafe for ReturnDataSize
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