Union libmodbus_sys::sigaction__bindgen_ty_1 [] [src]

#[repr(C)]
pub union sigaction__bindgen_ty_1 { pub sa_handler: __sighandler_t, pub sa_sigaction: Option<unsafe extern "C" fn(_: c_int, _: *mut siginfo_t, _: *mut c_void)>, // some fields omitted }

Fields

sa_handler: __sighandler_t sa_sigaction: Option<unsafe extern "C" fn(_: c_int, _: *mut siginfo_t, _: *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