Struct esp_idf_sys::XtSolFrame
source · #[repr(C)]pub struct XtSolFrame {
pub exit: c_long,
pub pc: c_long,
pub ps: c_long,
pub threadptr: c_long,
pub a0: c_long,
pub a1: c_long,
pub a2: c_long,
pub a3: c_long,
}
Fields§
§exit: c_long
§pc: c_long
§ps: c_long
§threadptr: c_long
§a0: c_long
§a1: c_long
§a2: c_long
§a3: c_long
Trait Implementations§
source§impl Clone for XtSolFrame
impl Clone for XtSolFrame
source§fn clone(&self) -> XtSolFrame
fn clone(&self) -> XtSolFrame
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 XtSolFrame
impl Debug for XtSolFrame
source§impl Default for XtSolFrame
impl Default for XtSolFrame
source§fn default() -> XtSolFrame
fn default() -> XtSolFrame
Returns the “default value” for a type. Read more
impl Copy for XtSolFrame
Auto Trait Implementations§
impl Freeze for XtSolFrame
impl RefUnwindSafe for XtSolFrame
impl Send for XtSolFrame
impl Sync for XtSolFrame
impl Unpin for XtSolFrame
impl UnwindSafe for XtSolFrame
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
)