Struct ndk_sys::siginfo [−][src]
#[repr(C)]pub struct siginfo {
pub __bindgen_anon_1: siginfo__bindgen_ty_1,
}
Fields
__bindgen_anon_1: siginfo__bindgen_ty_1
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for siginfo
impl UnwindSafe for siginfo
Blanket Implementations
Mutably borrows from an owned value. Read more