Struct rpgffi::siginfo_t__bindgen_ty_1 [] [src]

#[repr(C)]
pub struct siginfo_t__bindgen_ty_1 { pub _pad: __BindgenUnionField<[c_int; 28]>, pub _kill: __BindgenUnionField<siginfo_t__bindgen_ty_1__bindgen_ty_1>, pub _timer: __BindgenUnionField<siginfo_t__bindgen_ty_1__bindgen_ty_2>, pub _rt: __BindgenUnionField<siginfo_t__bindgen_ty_1__bindgen_ty_3>, pub _sigchld: __BindgenUnionField<siginfo_t__bindgen_ty_1__bindgen_ty_4>, pub _sigfault: __BindgenUnionField<siginfo_t__bindgen_ty_1__bindgen_ty_5>, pub _sigpoll: __BindgenUnionField<siginfo_t__bindgen_ty_1__bindgen_ty_6>, pub _sigsys: __BindgenUnionField<siginfo_t__bindgen_ty_1__bindgen_ty_7>, pub bindgen_union_field: [u64; 14], }

Fields

Trait Implementations

impl Copy for siginfo_t__bindgen_ty_1
[src]

impl Clone for siginfo_t__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more