Struct linefeed::terminal::SignalSet [] [src]

pub struct SignalSet(_);

Contains a set of signals

Methods

impl SignalSet
[src]

Returns an empty SignalSet.

Returns whether the given Signal is contained in the set.

Inserts the given Signal into the set.

Removes the given Signal from the set.

Returns the intersection of the two sets.

Returns the union of the two sets.

Trait Implementations

impl Clone for SignalSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SignalSet
[src]

Formats the value using the given formatter.

impl Eq for SignalSet
[src]

impl PartialEq for SignalSet
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for SignalSet
[src]

Returns the "default value" for a type. Read more