Enum wasmtime_environ::isa::unwind::systemv::RegisterMappingError [−][src]
pub enum RegisterMappingError {
MissingBank,
UnsupportedArchitecture,
UnsupportedRegisterBank(&'static str),
}Expand description
Enumerate the errors possible in mapping Cranelift registers to their DWARF equivalent.
Variants
UnsupportedRegisterBank(&'static str)Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for RegisterMappingError
impl Send for RegisterMappingError
impl Sync for RegisterMappingError
impl Unpin for RegisterMappingError
impl UnwindSafe for RegisterMappingError
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.