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