Struct libc::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_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§fs_base: c_ulong§gs_base: c_ulong§ds: c_ulong§es: c_ulong§fs: c_ulong§gs: c_ulongTrait Implementations§
source§impl Clone for user_regs_struct
impl Clone for user_regs_struct
source§fn clone(&self) -> user_regs_struct
fn clone(&self) -> user_regs_struct
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for user_regs_struct
Auto Trait Implementations§
impl Freeze for user_regs_struct
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§
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