[][src]Trait wasmtime_environ::entity::packed_option::ReservedValue

pub trait ReservedValue: Eq {
    fn reserved_value() -> Self;
}

Types that have a reserved value which can't be created any other way.

Required methods

fn reserved_value() -> Self

Create an instance of the reserved value.

Loading content...

Implementations on Foreign Types

impl ReservedValue for Inst[src]

impl ReservedValue for StackSlot[src]

impl ReservedValue for Heap[src]

impl ReservedValue for Table[src]

impl ReservedValue for Immediate[src]

impl ReservedValue for Value[src]

impl ReservedValue for Block[src]

impl ReservedValue for Constant[src]

impl ReservedValue for Loop[src]

impl ReservedValue for SigRef[src]

impl ReservedValue for GlobalValue[src]

impl ReservedValue for FuncRef[src]

impl ReservedValue for JumpTable[src]

Loading content...

Implementors

Loading content...