Enum evmc_sys::evmc_capabilities[][src]

#[repr(i32)]
pub enum evmc_capabilities {
    EVMC_CAPABILITY_EVM1,
    EVMC_CAPABILITY_EWASM,
    EVMC_CAPABILITY_PRECOMPILES,
}
Expand description

Possible capabilities of a VM.

Variants

EVMC_CAPABILITY_EVM1

The VM is capable of executing EVM1 bytecode.

EVMC_CAPABILITY_EWASM

The VM is capable of executing ewasm bytecode.

EVMC_CAPABILITY_PRECOMPILES

The VM is capable of executing the precompiled contracts defined for the range of destination addresses.

The EIP-1352 (https://eips.ethereum.org/EIPS/eip-1352) specifies the range 0x000…0000 - 0x000…ffff of addresses reserved for precompiled and system contracts.

This capability is experimental and MAY be removed without notice.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.