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

pub struct SignalSet(_);

Contains a set of signals

Methods

impl SignalSet
[src]

[src]

Returns an empty SignalSet.

[src]

Returns whether the given Signal is contained in the set.

[src]

Inserts the given Signal into the set.

[src]

Removes the given Signal from the set.

[src]

Returns the intersection of the two sets.

[src]

Returns the union of the two sets.

Trait Implementations

impl Clone for SignalSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SignalSet
[src]

[src]

Formats the value using the given formatter.

impl Eq for SignalSet
[src]

impl PartialEq for SignalSet
[src]

[src]

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

[src]

This method tests for !=.

impl Default for SignalSet
[src]

[src]

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