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(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]
fn clone(&self) -> sigaction__bindgen_ty_1
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more