Enum linefeed::terminal::Signal
[−]
[src]
pub enum Signal { Break, Continue, Interrupt, Suspend, Quit, }
Signal caught by a Terminal
Variants
Break
Break signal (SIGBREAK
); Windows only
Continue
Continue signal (SIGCONT
); Unix only
Interrupt
Interrupt signal (SIGINT
)
Suspend
Suspend signal (SIGTSTP
); Unix only
Quit
Quit signal (SIGQUIT
); Unix only
Trait Implementations
impl Copy for Signal
[src]
impl Copy for Signal
impl Clone for Signal
[src]
impl Clone for Signal
fn clone(&self) -> Signal
[src]
fn clone(&self) -> Signal
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for Signal
[src]
impl Debug for Signal
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for Signal
[src]
impl Eq for Signal
impl PartialEq for Signal
[src]
impl PartialEq for Signal