Struct ndk_sys::user_regs_struct
source · #[repr(C)]pub struct user_regs_struct {Show 17 fields
pub ebx: c_long,
pub ecx: c_long,
pub edx: c_long,
pub esi: c_long,
pub edi: c_long,
pub ebp: c_long,
pub eax: c_long,
pub xds: c_long,
pub xes: c_long,
pub xfs: c_long,
pub xgs: c_long,
pub orig_eax: c_long,
pub eip: c_long,
pub xcs: c_long,
pub eflags: c_long,
pub esp: c_long,
pub xss: c_long,
}
Fields
ebx: c_long
ecx: c_long
edx: c_long
esi: c_long
edi: c_long
ebp: c_long
eax: c_long
xds: c_long
xes: c_long
xfs: c_long
xgs: c_long
orig_eax: c_long
eip: c_long
xcs: c_long
eflags: c_long
esp: c_long
xss: c_long
Trait 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 moresourceimpl 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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