pub struct ReturnDataCopy;Expand description
Copy output data from the previous call to memory.
Trait Implementations§
Source§impl Clone for ReturnDataCopy
impl Clone for ReturnDataCopy
Source§fn clone(&self) -> ReturnDataCopy
fn clone(&self) -> ReturnDataCopy
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 ReturnDataCopy
impl Debug for ReturnDataCopy
Source§impl Display for ReturnDataCopy
impl Display for ReturnDataCopy
Source§impl Hash for ReturnDataCopy
impl Hash for ReturnDataCopy
Source§impl Instruction for ReturnDataCopy
impl Instruction for ReturnDataCopy
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 ReturnDataCopy
impl PartialEq for ReturnDataCopy
impl Copy for ReturnDataCopy
impl Eq for ReturnDataCopy
impl StructuralPartialEq for ReturnDataCopy
Auto Trait Implementations§
impl Freeze for ReturnDataCopy
impl RefUnwindSafe for ReturnDataCopy
impl Send for ReturnDataCopy
impl Sync for ReturnDataCopy
impl Unpin for ReturnDataCopy
impl UnwindSafe for ReturnDataCopy
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