[][src]Struct esp_idf_bindgen::XtSolFrame

#[repr(C)]pub struct XtSolFrame {
    pub exit: c_long,
    pub pc: c_long,
    pub ps: c_long,
    pub next: c_long,
    pub a0: c_long,
    pub a1: c_long,
    pub a2: c_long,
    pub a3: c_long,
}

Fields

exit: c_longpc: c_longps: c_longnext: c_longa0: c_longa1: c_longa2: c_longa3: c_long

Trait Implementations

impl Clone for XtSolFrame[src]

impl Copy for XtSolFrame[src]

impl Debug for XtSolFrame[src]

Auto Trait Implementations

impl Send for XtSolFrame

impl Sync for XtSolFrame

impl Unpin for XtSolFrame

Blanket Implementations

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

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

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

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

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

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> 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.