Struct evmc_vm::ExecutionMessage[][src]

pub struct ExecutionMessage { /* fields omitted */ }
Expand description

EVMC execution message structure.

Implementations

Read the message kind.

Read the message flags.

Read the call depth.

Read the gas limit supplied with the message.

Read the destination address of the message.

Read the sender address of the message.

Read the optional input message.

Read the value of the message.

Read the salt for CREATE2. Only valid if the message kind is CREATE2.

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.