#[repr(C)]pub struct pt_regs {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_int,
pub xes: c_int,
pub xfs: c_int,
pub xgs: c_int,
pub orig_eax: c_long,
pub eip: c_long,
pub xcs: c_int,
pub eflags: c_long,
pub esp: c_long,
pub xss: c_int,
}
Fields§
§ebx: c_long
§ecx: c_long
§edx: c_long
§esi: c_long
§edi: c_long
§ebp: c_long
§eax: c_long
§xds: c_int
§xes: c_int
§xfs: c_int
§xgs: c_int
§orig_eax: c_long
§eip: c_long
§xcs: c_int
§eflags: c_long
§esp: c_long
§xss: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for pt_regs
impl RefUnwindSafe for pt_regs
impl Send for pt_regs
impl Sync for pt_regs
impl Unpin for pt_regs
impl UnwindSafe for pt_regs
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more