Struct nix::sys::signal::SigAction
[−]
[src]
pub struct SigAction { /* fields omitted */ }
Methods
impl SigAction
[src]
fn new(handler: SigHandler, flags: SaFlags, mask: SigSet) -> SigAction
This function will set or unset the flag SA_SIGINFO
depending on the
type of the handler
argument.