Struct libmodbus_sys::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 Debug for siginfo_t__bindgen_ty_1
[src]

Formats the value using the given formatter.

impl Copy for siginfo_t__bindgen_ty_1
[src]

impl Clone for siginfo_t__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more