Union ndk_sys::ucontext__bindgen_ty_1 [−][src]
#[repr(C)]
pub union ucontext__bindgen_ty_1 {
pub __bindgen_anon_1: ucontext__bindgen_ty_1__bindgen_ty_1,
pub uc_sigmask64: sigset64_t,
}
Fields
__bindgen_anon_1: ucontext__bindgen_ty_1__bindgen_ty_1
uc_sigmask64: sigset64_t
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ucontext__bindgen_ty_1
impl Send for ucontext__bindgen_ty_1
impl Sync for ucontext__bindgen_ty_1
impl Unpin for ucontext__bindgen_ty_1
impl UnwindSafe for ucontext__bindgen_ty_1
Blanket Implementations
Mutably borrows from an owned value. Read more