#[repr(C)]pub struct UserEntryState {
pub pc: u64,
pub sp: u64,
pub arg1: u64,
pub arg2: u64,
pub tp: u64,
pub abi_reg: u64,
}Fields§
§pc: u64§sp: u64§arg1: u64§arg2: u64§tp: u64§abi_reg: u64Trait Implementations§
Source§impl Clone for UserEntryState
impl Clone for UserEntryState
Source§fn clone(&self) -> UserEntryState
fn clone(&self) -> UserEntryState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UserEntryState
Source§impl Debug for UserEntryState
impl Debug for UserEntryState
Source§impl Default for UserEntryState
impl Default for UserEntryState
Source§fn default() -> UserEntryState
fn default() -> UserEntryState
Returns the “default value” for a type. Read more
impl Eq for UserEntryState
Source§impl PartialEq for UserEntryState
impl PartialEq for UserEntryState
impl StructuralPartialEq for UserEntryState
Auto Trait Implementations§
impl Freeze for UserEntryState
impl RefUnwindSafe for UserEntryState
impl Send for UserEntryState
impl Sync for UserEntryState
impl Unpin for UserEntryState
impl UnsafeUnpin for UserEntryState
impl UnwindSafe for UserEntryState
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)