Struct nix::sys::signal::SigSet [−][src]
pub struct SigSet { /* fields omitted */ }
Implementations
Gets the currently blocked (masked) set of signals for the calling thread.
Sets the set of signals as the signal mask for the calling thread.
Adds the set of signals to the signal mask for the calling thread.
Removes the set of signals from the signal mask for the calling thread.
Sets the set of signals as the signal mask, and returns the old mask.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SigSet
impl UnwindSafe for SigSet
Blanket Implementations
Mutably borrows from an owned value. Read more