Enum pulse::SignalState [] [src]

pub enum SignalState {
    Pending,
    Pulsed,
    Dropped,
}

Described the possible states of a Signal

Variants

Trait Implementations

impl Debug for SignalState
[src]

Formats the value using the given formatter.

impl PartialEq for SignalState
[src]

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

This method tests for !=.

impl Eq for SignalState
[src]