Struct libc::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_longecx: c_longedx: c_longesi: c_longedi: c_longebp: c_longeax: c_longxds: c_longxes: c_longxfs: c_longxgs: c_longorig_eax: c_longeip: c_longxcs: c_longeflags: c_longesp: c_longxss: c_longTrait 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
sourceimpl Hash for user_regs_struct
impl Hash for user_regs_struct
sourceimpl PartialEq<user_regs_struct> for user_regs_struct
impl PartialEq<user_regs_struct> for user_regs_struct
sourcefn eq(&self, other: &user_regs_struct) -> bool
fn eq(&self, other: &user_regs_struct) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &user_regs_struct) -> bool
fn ne(&self, other: &user_regs_struct) -> bool
This method tests for !=.
impl Copy for user_regs_struct
impl Eq for user_regs_struct
impl StructuralEq for user_regs_struct
impl StructuralPartialEq 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more