#[repr(C)]pub struct Struct_sigcontext {Show 28 fields
pub r8: __uint64_t,
pub r9: __uint64_t,
pub r10: __uint64_t,
pub r11: __uint64_t,
pub r12: __uint64_t,
pub r13: __uint64_t,
pub r14: __uint64_t,
pub r15: __uint64_t,
pub rdi: __uint64_t,
pub rsi: __uint64_t,
pub rbp: __uint64_t,
pub rbx: __uint64_t,
pub rdx: __uint64_t,
pub rax: __uint64_t,
pub rcx: __uint64_t,
pub rsp: __uint64_t,
pub rip: __uint64_t,
pub eflags: __uint64_t,
pub cs: c_ushort,
pub gs: c_ushort,
pub fs: c_ushort,
pub __pad0: c_ushort,
pub err: __uint64_t,
pub trapno: __uint64_t,
pub oldmask: __uint64_t,
pub cr2: __uint64_t,
pub _bindgen_data_1_: [u64; 1],
pub __reserved1: [__uint64_t; 8],
}Fields§
§r8: __uint64_t§r9: __uint64_t§r10: __uint64_t§r11: __uint64_t§r12: __uint64_t§r13: __uint64_t§r14: __uint64_t§r15: __uint64_t§rdi: __uint64_t§rsi: __uint64_t§rbp: __uint64_t§rbx: __uint64_t§rdx: __uint64_t§rax: __uint64_t§rcx: __uint64_t§rsp: __uint64_t§rip: __uint64_t§eflags: __uint64_t§cs: c_ushort§gs: c_ushort§fs: c_ushort§__pad0: c_ushort§err: __uint64_t§trapno: __uint64_t§oldmask: __uint64_t§cr2: __uint64_t§_bindgen_data_1_: [u64; 1]§__reserved1: [__uint64_t; 8]Implementations§
Source§impl Struct_sigcontext
impl Struct_sigcontext
pub unsafe fn fpstate(&mut self) -> *mut *mut Struct__fpstate
pub unsafe fn __fpstate_word(&mut self) -> *mut __uint64_t
Trait Implementations§
Source§impl Clone for Struct_sigcontext
impl Clone for Struct_sigcontext
Source§impl Default for Struct_sigcontext
impl Default for Struct_sigcontext
impl Copy for Struct_sigcontext
Auto Trait Implementations§
impl Freeze for Struct_sigcontext
impl RefUnwindSafe for Struct_sigcontext
impl Send for Struct_sigcontext
impl Sync for Struct_sigcontext
impl Unpin for Struct_sigcontext
impl UnwindSafe for Struct_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