pub struct EvmOperand(/* private fields */);Expand description
EVM has no operands, so this is a zero-size type.
Trait Implementations§
Source§impl Clone for EvmOperand
impl Clone for EvmOperand
Source§fn clone(&self) -> EvmOperand
fn clone(&self) -> EvmOperand
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 EvmOperand
impl Debug for EvmOperand
Source§impl Default for EvmOperand
impl Default for EvmOperand
Source§fn default() -> EvmOperand
fn default() -> EvmOperand
Returns the “default value” for a type. Read more
Source§impl From<EvmOperand> for ArchOperand
Available on crate feature arch_evm only.
impl From<EvmOperand> for ArchOperand
Available on crate feature
arch_evm only.Source§fn from(op: EvmOperand) -> ArchOperand
fn from(op: EvmOperand) -> ArchOperand
Converts to this type from the input type.
Source§impl PartialEq for EvmOperand
impl PartialEq for EvmOperand
impl Eq for EvmOperand
impl StructuralPartialEq for EvmOperand
Auto Trait Implementations§
impl Freeze for EvmOperand
impl RefUnwindSafe for EvmOperand
impl Send for EvmOperand
impl Sync for EvmOperand
impl Unpin for EvmOperand
impl UnwindSafe for EvmOperand
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