Type Alias ndk_sys::ucontext_t
source · pub type ucontext_t = ucontext;
Aliased Type§
struct ucontext_t {
pub uc_flags: u64,
pub uc_link: *mut ucontext,
pub uc_stack: sigaltstack,
pub __bindgen_anon_1: ucontext__bindgen_ty_1,
pub __padding: [u8; 120],
pub __bindgen_padding_0: u64,
pub uc_mcontext: sigcontext,
}
Fields§
§uc_flags: u64
§uc_link: *mut ucontext
§uc_stack: sigaltstack
§__bindgen_anon_1: ucontext__bindgen_ty_1
§__padding: [u8; 120]
§__bindgen_padding_0: u64
§uc_mcontext: sigcontext