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

pub struct SigAction { /* fields omitted */ }

Methods

impl SigAction
[src]

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

Auto Trait Implementations

impl Send for SigAction

impl Sync for SigAction