Struct etk_asm::ops::TryFromIntError [−][src]
pub struct TryFromIntError { /* fields omitted */ }
An error that arises when converting an integer into an immediate.
Trait Implementations
impl Debug for TryFromIntError
[src]
impl Debug for TryFromIntError
[src]impl Display for TryFromIntError
[src]
impl Display for TryFromIntError
[src]impl Error for TryFromIntError where
Self: Debug + Display,
[src]
impl Error for TryFromIntError where
Self: Debug + Display,
[src]fn description(&self) -> &str
[src]
fn description(&self) -> &str
[src]👎 Deprecated since 1.42.0:
use the Display impl or to_string()
fn cause(&self) -> Option<&dyn Error>
[src]
fn cause(&self) -> Option<&dyn Error>
[src]👎 Deprecated since 1.33.0:
replaced by Error::source, which can support downcasting
impl ErrorCompat for TryFromIntError
[src]
impl ErrorCompat for TryFromIntError
[src]impl From<Infallible> for TryFromIntError
[src]
impl From<Infallible> for TryFromIntError
[src]fn from(e: Infallible) -> Self
[src]
fn from(e: Infallible) -> Self
[src]Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for TryFromIntError
impl Send for TryFromIntError
impl Sync for TryFromIntError
impl Unpin for TryFromIntError
impl UnwindSafe for TryFromIntError
Blanket Implementations
impl<T> AsErrorSource for T where
T: 'static + Error,
[src]
impl<T> AsErrorSource for T where
T: 'static + Error,
[src]pub fn as_error_source(&self) -> &(dyn Error + 'static)
[src]
pub fn as_error_source(&self) -> &(dyn Error + 'static)
[src]For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method receivers. Read more
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<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self