Struct ndk_sys::ucontext__bindgen_ty_1__bindgen_ty_1 [−][src]
#[repr(C)]pub struct ucontext__bindgen_ty_1__bindgen_ty_1 {
pub uc_sigmask: sigset_t,
pub __padding_rt_sigset: u32,
}
Fields
uc_sigmask: sigset_t
__padding_rt_sigset: u32
Trait Implementations
Auto Trait Implementations
impl Send for ucontext__bindgen_ty_1__bindgen_ty_1
impl Sync for ucontext__bindgen_ty_1__bindgen_ty_1
Blanket Implementations
Mutably borrows from an owned value. Read more