pub struct CallDataLoad;Expand description
Get input data of current environment.
Trait Implementations§
Source§impl Clone for CallDataLoad
impl Clone for CallDataLoad
Source§fn clone(&self) -> CallDataLoad
fn clone(&self) -> CallDataLoad
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 CallDataLoad
impl Debug for CallDataLoad
Source§impl Display for CallDataLoad
impl Display for CallDataLoad
Source§impl Hash for CallDataLoad
impl Hash for CallDataLoad
Source§impl Instruction for CallDataLoad
impl Instruction for CallDataLoad
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 CallDataLoad
impl PartialEq for CallDataLoad
impl Copy for CallDataLoad
impl Eq for CallDataLoad
impl StructuralPartialEq for CallDataLoad
Auto Trait Implementations§
impl Freeze for CallDataLoad
impl RefUnwindSafe for CallDataLoad
impl Send for CallDataLoad
impl Sync for CallDataLoad
impl Unpin for CallDataLoad
impl UnwindSafe for CallDataLoad
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