Struct evm::InstructionInfo[][src]

pub struct InstructionInfo {
    pub name: &'static str,
    pub args: usize,
    pub ret: usize,
    pub tier: GasPriceTier,
}

EVM instruction information.

Fields

Mnemonic name.

Number of stack arguments.

Number of returned stack items.

Gas price tier.

Methods

impl InstructionInfo
[src]

Create new instruction info.

Trait Implementations

impl Copy for InstructionInfo
[src]

impl Clone for InstructionInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for InstructionInfo

impl Sync for InstructionInfo