Enum signalbool::Signal [] [src]

pub enum Signal {
    SIGINT,
}

Variants

Trait Implementations

impl PartialEq for Signal
[src]

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

This method tests for !=.