#[repr(C)]pub struct pt_regs {Show 21 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,
}
Fields§
§r15: c_ulong
§r14: c_ulong
§r13: c_ulong
§r12: c_ulong
§rbp: c_ulong
§rbx: c_ulong
§r11: c_ulong
§r10: c_ulong
§r9: c_ulong
§r8: c_ulong
§rax: c_ulong
§rcx: c_ulong
§rdx: c_ulong
§rsi: c_ulong
§rdi: c_ulong
§orig_rax: c_ulong
§rip: c_ulong
§cs: c_ulong
§eflags: c_ulong
§rsp: c_ulong
§ss: c_ulong
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