#[repr(C)]pub struct linux_sigcontext {Show 28 fields
    pub r8: c_ulonglong,
    pub r9: c_ulonglong,
    pub r10: c_ulonglong,
    pub r11: c_ulonglong,
    pub r12: c_ulonglong,
    pub r13: c_ulonglong,
    pub r14: c_ulonglong,
    pub r15: c_ulonglong,
    pub rdi: c_ulonglong,
    pub rsi: c_ulonglong,
    pub rbp: c_ulonglong,
    pub rbx: c_ulonglong,
    pub rdx: c_ulonglong,
    pub rax: c_ulonglong,
    pub rcx: c_ulonglong,
    pub rsp: c_ulonglong,
    pub rip: c_ulonglong,
    pub eflags: c_ulonglong,
    pub cs: c_ushort,
    pub gs: c_ushort,
    pub fs: c_ushort,
    pub l__bindgen_anon_1: linux_sigcontext__bindgen_ty_1,
    pub err: c_ulonglong,
    pub trapno: c_ulonglong,
    pub oldmask: c_ulonglong,
    pub cr2: c_ulonglong,
    pub fpstate: *mut linux__fpstate_64,
    pub reserved1: [c_ulonglong; 8],
}Fields§
§r8: c_ulonglong§r9: c_ulonglong§r10: c_ulonglong§r11: c_ulonglong§r12: c_ulonglong§r13: c_ulonglong§r14: c_ulonglong§r15: c_ulonglong§rdi: c_ulonglong§rsi: c_ulonglong§rbp: c_ulonglong§rbx: c_ulonglong§rdx: c_ulonglong§rax: c_ulonglong§rcx: c_ulonglong§rsp: c_ulonglong§rip: c_ulonglong§eflags: c_ulonglong§cs: c_ushort§gs: c_ushort§fs: c_ushort§l__bindgen_anon_1: linux_sigcontext__bindgen_ty_1§err: c_ulonglong§trapno: c_ulonglong§oldmask: c_ulonglong§cr2: c_ulonglong§fpstate: *mut linux__fpstate_64§reserved1: [c_ulonglong; 8]Trait Implementations§
Source§impl Clone for linux_sigcontext
 
impl Clone for linux_sigcontext
Source§fn clone(&self) -> linux_sigcontext
 
fn clone(&self) -> linux_sigcontext
Returns a duplicate 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 moreSource§impl Debug for linux_sigcontext
 
impl Debug for linux_sigcontext
impl Copy for linux_sigcontext
Auto Trait Implementations§
impl Freeze for linux_sigcontext
impl RefUnwindSafe for linux_sigcontext
impl !Send for linux_sigcontext
impl !Sync for linux_sigcontext
impl Unpin for linux_sigcontext
impl UnwindSafe for linux_sigcontext
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