Struct esp_idf_sys::UserFrame
source · #[repr(C)]pub struct UserFrame {Show 16 fields
pub pc: c_long,
pub ps: c_long,
pub sar: c_long,
pub vpri: c_long,
pub a2: c_long,
pub a3: c_long,
pub a4: c_long,
pub a5: c_long,
pub exccause: c_long,
pub lcount: c_long,
pub lbeg: c_long,
pub lend: c_long,
pub acclo: c_long,
pub acchi: c_long,
pub mr: [c_long; 4],
pub pad: [c_long; 2],
}
Fields§
§pc: c_long
§ps: c_long
§sar: c_long
§vpri: c_long
§a2: c_long
§a3: c_long
§a4: c_long
§a5: c_long
§exccause: c_long
§lcount: c_long
§lbeg: c_long
§lend: c_long
§acclo: c_long
§acchi: c_long
§mr: [c_long; 4]
§pad: [c_long; 2]
Trait Implementations§
impl Copy for UserFrame
Auto Trait Implementations§
impl Freeze for UserFrame
impl RefUnwindSafe for UserFrame
impl Send for UserFrame
impl Sync for UserFrame
impl Unpin for UserFrame
impl UnwindSafe for UserFrame
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)