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

pub struct SigSet { /* fields omitted */ }

Methods

impl SigSet
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Gets the currently blocked (masked) set of signals for the calling thread.

[src]

Sets the set of signals as the signal mask for the calling thread.

[src]

Adds the set of signals to the signal mask for the calling thread.

[src]

Removes the set of signals from the signal mask for the calling thread.

[src]

Sets the set of signals as the signal mask, and returns the old mask.

[src]

Suspends execution of the calling thread until one of the signals in the signal mask becomes pending, and returns the accepted signal.

Trait Implementations

impl Clone for SigSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SigSet
[src]

impl AsRef<sigset_t> for SigSet
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for SigSet

impl Sync for SigSet