Struct esp_idf_sys::KernelFrame
source · #[repr(C)]pub struct KernelFrame {
pub pc: c_long,
pub ps: c_long,
pub areg: [c_long; 4],
pub sar: 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],
}
Fields§
§pc: c_long
§ps: c_long
§areg: [c_long; 4]
§sar: c_long
§lcount: c_long
§lbeg: c_long
§lend: c_long
§acclo: c_long
§acchi: c_long
§mr: [c_long; 4]
Trait Implementations§
source§impl Clone for KernelFrame
impl Clone for KernelFrame
source§fn clone(&self) -> KernelFrame
fn clone(&self) -> KernelFrame
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for KernelFrame
impl Debug for KernelFrame
source§impl Default for KernelFrame
impl Default for KernelFrame
source§fn default() -> KernelFrame
fn default() -> KernelFrame
Returns the “default value” for a type. Read more
impl Copy for KernelFrame
Auto Trait Implementations§
impl Freeze for KernelFrame
impl RefUnwindSafe for KernelFrame
impl Send for KernelFrame
impl Sync for KernelFrame
impl Unpin for KernelFrame
impl UnwindSafe for KernelFrame
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
)