Struct ndk_sys::sigcontext_64
source · [−]#[repr(C)]pub struct sigcontext_64 {Show 28 fields
pub r8: __u64,
pub r9: __u64,
pub r10: __u64,
pub r11: __u64,
pub r12: __u64,
pub r13: __u64,
pub r14: __u64,
pub r15: __u64,
pub di: __u64,
pub si: __u64,
pub bp: __u64,
pub bx: __u64,
pub dx: __u64,
pub ax: __u64,
pub cx: __u64,
pub sp: __u64,
pub ip: __u64,
pub flags: __u64,
pub cs: __u16,
pub gs: __u16,
pub fs: __u16,
pub ss: __u16,
pub err: __u64,
pub trapno: __u64,
pub oldmask: __u64,
pub cr2: __u64,
pub fpstate: __u64,
pub reserved1: [__u64; 8],
}Fields
r8: __u64r9: __u64r10: __u64r11: __u64r12: __u64r13: __u64r14: __u64r15: __u64di: __u64si: __u64bp: __u64bx: __u64dx: __u64ax: __u64cx: __u64sp: __u64ip: __u64flags: __u64cs: __u16gs: __u16fs: __u16ss: __u16err: __u64trapno: __u64oldmask: __u64cr2: __u64fpstate: __u64reserved1: [__u64; 8]Trait Implementations
sourceimpl Clone for sigcontext_64
impl Clone for sigcontext_64
sourcefn clone(&self) -> sigcontext_64
fn clone(&self) -> sigcontext_64
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for sigcontext_64
impl Debug for sigcontext_64
impl Copy for sigcontext_64
Auto Trait Implementations
impl RefUnwindSafe for sigcontext_64
impl Send for sigcontext_64
impl Sync for sigcontext_64
impl Unpin for sigcontext_64
impl UnwindSafe for sigcontext_64
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more