Struct libc::sigaction 
                   
                       [−]
                   
               [src]
pub struct sigaction {
    pub sa_sigaction: sighandler_t,
    pub sa_mask: sigset_t,
    pub sa_flags: c_int,
    // some fields omitted
}Fields
sa_sigaction: sighandler_t
                           sa_mask: sigset_t
                           sa_flags: c_int
                           Trait Implementations
impl Copy for sigaction[src]
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