Struct ndk_sys::sigcontext_32[][src]

#[repr(C)]
pub struct sigcontext_32 {
Show 28 fields pub gs: __u16, pub __gsh: __u16, pub fs: __u16, pub __fsh: __u16, pub es: __u16, pub __esh: __u16, pub ds: __u16, pub __dsh: __u16, pub di: __u32, pub si: __u32, pub bp: __u32, pub sp: __u32, pub bx: __u32, pub dx: __u32, pub cx: __u32, pub ax: __u32, pub trapno: __u32, pub err: __u32, pub ip: __u32, pub cs: __u16, pub __csh: __u16, pub flags: __u32, pub sp_at_signal: __u32, pub ss: __u16, pub __ssh: __u16, pub fpstate: __u32, pub oldmask: __u32, pub cr2: __u32,
}

Fields

gs: __u16__gsh: __u16fs: __u16__fsh: __u16es: __u16__esh: __u16ds: __u16__dsh: __u16di: __u32si: __u32bp: __u32sp: __u32bx: __u32dx: __u32cx: __u32ax: __u32trapno: __u32err: __u32ip: __u32cs: __u16__csh: __u16flags: __u32sp_at_signal: __u32ss: __u16__ssh: __u16fpstate: __u32oldmask: __u32cr2: __u32

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

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.