Struct signalbool::SignalBool [] [src]

pub struct SignalBool(_);

A struct that catches specified signals and sets its internal flag to true.

Note: any previously-registered signal handlers will be lost.

Methods

impl SignalBool
[src]

Register an array of signals to set the internal flag to true when received.

impl SignalBool
[src]

Reset the internal flag to false.

Check whether we've caught a registered signal.

Trait Implementations

impl Clone for SignalBool
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more