Struct libmodbus_sys::siginfo_t [] [src]

pub struct siginfo_t {
    pub si_signo: c_int,
    pub si_errno: c_int,
    pub si_code: c_int,
    pub __pad0: c_int,
    pub _sifields: siginfo_t__bindgen_ty_1,
}

Fields

Trait Implementations

impl Copy for siginfo_t
[src]

impl Clone for siginfo_t
[src]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more