Trait wasmtime_environ::entity::packed_option::ReservedValue [−][src]
pub trait ReservedValue { pub fn reserved_value() -> Self; pub fn is_reserved_value(&self) -> bool; }
Types that have a reserved value which can’t be created any other way.
Required methods
pub fn reserved_value() -> Self
[src]
Create an instance of the reserved value.
pub fn is_reserved_value(&self) -> bool
[src]
Checks whether value is the reserved one.
Implementations on Foreign Types
impl ReservedValue for Immediate
[src]
impl ReservedValue for Immediate
[src]pub fn reserved_value() -> Immediate
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for VCodeConstant
[src]
impl ReservedValue for VCodeConstant
[src]pub fn reserved_value() -> VCodeConstant
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for StackSlot
[src]
impl ReservedValue for StackSlot
[src]pub fn reserved_value() -> StackSlot
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for SigRef
[src]
impl ReservedValue for SigRef
[src]pub fn reserved_value() -> SigRef
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for Table
[src]
impl ReservedValue for Table
[src]pub fn reserved_value() -> Table
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for Value
[src]
impl ReservedValue for Value
[src]pub fn reserved_value() -> Value
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for JumpTable
[src]
impl ReservedValue for JumpTable
[src]pub fn reserved_value() -> JumpTable
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for Constant
[src]
impl ReservedValue for Constant
[src]pub fn reserved_value() -> Constant
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for Block
[src]
impl ReservedValue for Block
[src]pub fn reserved_value() -> Block
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for Loop
[src]
impl ReservedValue for Loop
[src]pub fn reserved_value() -> Loop
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for Heap
[src]
impl ReservedValue for Heap
[src]pub fn reserved_value() -> Heap
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for MachLabel
[src]
impl ReservedValue for MachLabel
[src]pub fn reserved_value() -> MachLabel
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for Inst
[src]
impl ReservedValue for Inst
[src]pub fn reserved_value() -> Inst
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for FuncRef
[src]
impl ReservedValue for FuncRef
[src]pub fn reserved_value() -> FuncRef
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for GlobalValue
[src]
impl ReservedValue for GlobalValue
[src]pub fn reserved_value() -> GlobalValue
[src]
pub fn is_reserved_value(&self) -> bool
[src]
Implementors
impl ReservedValue for ValueLabel
[src]
impl ReservedValue for ValueLabel
[src]pub fn reserved_value() -> ValueLabel
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for DataIndex
[src]
impl ReservedValue for DataIndex
[src]pub fn reserved_value() -> DataIndex
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for DefinedFuncIndex
[src]
impl ReservedValue for DefinedFuncIndex
[src]pub fn reserved_value() -> DefinedFuncIndex
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for DefinedGlobalIndex
[src]
impl ReservedValue for DefinedGlobalIndex
[src]pub fn reserved_value() -> DefinedGlobalIndex
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for DefinedMemoryIndex
[src]
impl ReservedValue for DefinedMemoryIndex
[src]pub fn reserved_value() -> DefinedMemoryIndex
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for DefinedTableIndex
[src]
impl ReservedValue for DefinedTableIndex
[src]pub fn reserved_value() -> DefinedTableIndex
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for ElemIndex
[src]
impl ReservedValue for ElemIndex
[src]pub fn reserved_value() -> ElemIndex
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for EventIndex
[src]
impl ReservedValue for EventIndex
[src]pub fn reserved_value() -> EventIndex
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for FuncIndex
[src]
impl ReservedValue for FuncIndex
[src]pub fn reserved_value() -> FuncIndex
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for GlobalIndex
[src]
impl ReservedValue for GlobalIndex
[src]pub fn reserved_value() -> GlobalIndex
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for InstanceIndex
[src]
impl ReservedValue for InstanceIndex
[src]pub fn reserved_value() -> InstanceIndex
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for InstanceTypeIndex
[src]
impl ReservedValue for InstanceTypeIndex
[src]pub fn reserved_value() -> InstanceTypeIndex
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for MemoryIndex
[src]
impl ReservedValue for MemoryIndex
[src]pub fn reserved_value() -> MemoryIndex
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for ModuleIndex
[src]
impl ReservedValue for ModuleIndex
[src]pub fn reserved_value() -> ModuleIndex
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for ModuleTypeIndex
[src]
impl ReservedValue for ModuleTypeIndex
[src]pub fn reserved_value() -> ModuleTypeIndex
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for SignatureIndex
[src]
impl ReservedValue for SignatureIndex
[src]pub fn reserved_value() -> SignatureIndex
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for TableIndex
[src]
impl ReservedValue for TableIndex
[src]pub fn reserved_value() -> TableIndex
[src]
pub fn is_reserved_value(&self) -> bool
[src]
impl ReservedValue for TypeIndex
[src]
impl ReservedValue for TypeIndex
[src]