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

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.