[][src]Trait cranelift_codegen::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...

Implementors

impl ReservedValue for Constant

impl ReservedValue for Ebb

impl ReservedValue for FuncRef

impl ReservedValue for GlobalValue

impl ReservedValue for Heap

impl ReservedValue for Inst

impl ReservedValue for JumpTable

impl ReservedValue for SigRef

impl ReservedValue for StackSlot

impl ReservedValue for Table

impl ReservedValue for Value

impl ReservedValue for ValueLabel

impl ReservedValue for Loop

Loading content...