Struct nix::sys::signal::SigAction [] [src]

pub struct SigAction {
    // some fields omitted
}

Methods

impl SigAction
[src]

fn new(handler: SigHandler, flags: SaFlag, mask: SigSet) -> SigAction

This function will set or unset the flag SA_SIGINFO depending on the type of the handler argument.