Struct ndk_sys::sigcontext [−][src]
#[repr(C)]#[repr(align(16))]pub struct sigcontext {
pub fault_address: __u64,
pub regs: [__u64; 31],
pub sp: __u64,
pub pc: __u64,
pub pstate: __u64,
pub __bindgen_padding_0: [u8; 8],
pub __reserved: [__u8; 4096],
}Fields
fault_address: __u64regs: [__u64; 31]sp: __u64pc: __u64pstate: __u64__bindgen_padding_0: [u8; 8]__reserved: [__u8; 4096]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for sigcontext
impl Send for sigcontext
impl Sync for sigcontext
impl Unpin for sigcontext
impl UnwindSafe for sigcontext
Blanket Implementations
Mutably borrows from an owned value. Read more
