Struct libresolv_sys::sigaction
[−]
[src]
pub struct sigaction { pub __sigaction_handler: Union_Unnamed29, pub sa_mask: __sigset_t, pub sa_flags: c_int, pub sa_restorer: Option<extern fn()>, }
Fields
__sigaction_handler: Union_Unnamed29
sa_mask: __sigset_t
sa_flags: c_int
sa_restorer: Option<extern fn()>
Trait Implementations
impl Clone for sigaction
[src]
fn clone(&self) -> sigaction
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more