[][src]Struct esp_idf_sys::XtExcFrame

#[repr(C)]
pub struct XtExcFrame {
    pub exit: c_long,
    pub pc: c_long,
    pub ps: c_long,
    pub a0: c_long,
    pub a1: c_long,
    pub a2: c_long,
    pub a3: c_long,
    pub a4: c_long,
    pub a5: c_long,
    pub a6: c_long,
    pub a7: c_long,
    pub a8: c_long,
    pub a9: c_long,
    pub a10: c_long,
    pub a11: c_long,
    pub a12: c_long,
    pub a13: c_long,
    pub a14: c_long,
    pub a15: c_long,
    pub sar: c_long,
    pub exccause: c_long,
    pub excvaddr: c_long,
    pub lbeg: c_long,
    pub lend: c_long,
    pub lcount: c_long,
    pub tmp0: c_long,
    pub tmp1: c_long,
    pub tmp2: c_long,
}

Fields

exit: c_longpc: c_longps: c_longa0: c_longa1: c_longa2: c_longa3: c_longa4: c_longa5: c_longa6: c_longa7: c_longa8: c_longa9: c_longa10: c_longa11: c_longa12: c_longa13: c_longa14: c_longa15: c_longsar: c_longexccause: c_longexcvaddr: c_longlbeg: c_longlend: c_longlcount: c_longtmp0: c_longtmp1: c_longtmp2: c_long

Trait Implementations

impl Debug for XtExcFrame[src]

impl Copy for XtExcFrame[src]

impl Clone for XtExcFrame[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for XtExcFrame

impl Send for XtExcFrame

impl Sync for XtExcFrame

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]