Union libmodbus_sys::sigaction__bindgen_ty_1 [] [src]

pub union sigaction__bindgen_ty_1 {
    pub sa_handler: __sighandler_t,
    pub sa_sigaction: Option<unsafe extern "C" fn(arg1: c_int, arg2: *mut siginfo_t, arg3: *mut c_void)>,
    // some fields omitted
}

Fields

sa_handler: __sighandler_t sa_sigaction: Option<unsafe extern "C" fn(arg1: c_int, arg2: *mut siginfo_t, arg3: *mut c_void)>

Trait Implementations

impl Copy for sigaction__bindgen_ty_1
[src]

impl Clone for sigaction__bindgen_ty_1
[src]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more