[−][src]Struct esp_idf_bindgen::XtosCoreState
Fields
signature: c_longrestore_label: c_longaftersave_label: c_longareg: [c_long; 64]caller_regs: [c_long; 16]caller_regs_saved: c_longwindowbase: c_longwindowstart: c_longsar: c_longepc1: c_longps: c_longexcsave1: c_longdepc: c_longepc: [c_long; 6]eps: [c_long; 6]excsave: [c_long; 6]lcount: c_longlbeg: c_longlend: c_longvecbase: c_longatomctl: c_longmemctl: c_longccount: c_longccompare: [c_long; 3]intenable: c_longinterrupt: c_longicount: c_longicountlevel: c_longdebugcause: c_longdbreakc: [c_long; 2]dbreaka: [c_long; 2]ibreaka: [c_long; 2]ibreakenable: c_longmisc: [c_long; 4]cpenable: c_longtlbs: [c_long; 16]ncp: [c_char; 48]cp0: [c_char; 72]Trait Implementations
impl Clone for XtosCoreState[src]
fn clone(&self) -> XtosCoreState[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for XtosCoreState[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,