Struct ndk_sys::user_regs_struct
source · [−]#[repr(C)]pub struct user_regs_struct {Show 27 fields
pub r15: c_ulong,
pub r14: c_ulong,
pub r13: c_ulong,
pub r12: c_ulong,
pub rbp: c_ulong,
pub rbx: c_ulong,
pub r11: c_ulong,
pub r10: c_ulong,
pub r9: c_ulong,
pub r8: c_ulong,
pub rax: c_ulong,
pub rcx: c_ulong,
pub rdx: c_ulong,
pub rsi: c_ulong,
pub rdi: c_ulong,
pub orig_rax: c_ulong,
pub rip: c_ulong,
pub cs: c_ulong,
pub eflags: c_ulong,
pub rsp: c_ulong,
pub ss: c_ulong,
pub fs_base: c_ulong,
pub gs_base: c_ulong,
pub ds: c_ulong,
pub es: c_ulong,
pub fs: c_ulong,
pub gs: c_ulong,
}Fields
r15: c_ulongr14: c_ulongr13: c_ulongr12: c_ulongrbp: c_ulongrbx: c_ulongr11: c_ulongr10: c_ulongr9: c_ulongr8: c_ulongrax: c_ulongrcx: c_ulongrdx: c_ulongrsi: c_ulongrdi: c_ulongorig_rax: c_ulongrip: c_ulongcs: c_ulongeflags: c_ulongrsp: c_ulongss: c_ulongfs_base: c_ulonggs_base: c_ulongds: c_ulonges: c_ulongfs: c_ulonggs: c_ulongTrait Implementations
sourceimpl Clone for user_regs_struct
impl Clone for user_regs_struct
sourcefn clone(&self) -> user_regs_struct
fn clone(&self) -> user_regs_struct
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for user_regs_struct
impl Debug for user_regs_struct
impl Copy for user_regs_struct
Auto Trait Implementations
impl RefUnwindSafe for user_regs_struct
impl Send for user_regs_struct
impl Sync for user_regs_struct
impl Unpin for user_regs_struct
impl UnwindSafe for user_regs_struct
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more