Trait cranelift_codegen::packed_option::ReservedValue [−][src]
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.
Implementors
impl ReservedValue for Ebbimpl ReservedValue for Valueimpl ReservedValue for Instimpl ReservedValue for StackSlotimpl ReservedValue for GlobalValueimpl ReservedValue for JumpTableimpl ReservedValue for FuncRefimpl ReservedValue for SigRefimpl ReservedValue for Heapimpl ReservedValue for Loop