Enum cranelift_codegen::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
impl Debug for RegisterMappingError[src]
impl Debug for RegisterMappingError[src]impl Display for RegisterMappingError[src]
impl Display for RegisterMappingError[src]impl Error for RegisterMappingError[src]
impl Error for RegisterMappingError[src]fn source(&self) -> Option<&(dyn Error + 'static)>1.30.0[src]
fn source(&self) -> Option<&(dyn Error + 'static)>1.30.0[src]The lower-level source of this error, if any. Read more
fn backtrace(&self) -> Option<&Backtrace>[src]
fn backtrace(&self) -> Option<&Backtrace>[src]🔬 This is a nightly-only experimental API. (
backtrace)Returns a stack backtrace, if available, of where this error occurred. Read more
fn description(&self) -> &str1.0.0[src]
fn description(&self) -> &str1.0.0[src]👎 Deprecated since 1.42.0:
use the Display impl or to_string()
impl PartialEq<RegisterMappingError> for RegisterMappingError[src]
impl PartialEq<RegisterMappingError> for RegisterMappingError[src]fn eq(&self, other: &RegisterMappingError) -> bool[src]
fn eq(&self, other: &RegisterMappingError) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &RegisterMappingError) -> bool[src]
fn ne(&self, other: &RegisterMappingError) -> bool[src]This method tests for !=.
impl Eq for RegisterMappingError[src]
impl StructuralEq for RegisterMappingError[src]
impl StructuralPartialEq for RegisterMappingError[src]
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
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]pub fn equivalent(&self, key: &K) -> bool[src]
pub fn equivalent(&self, key: &K) -> bool[src]Compare self to key and return true if they are equal.