Enum expectrl::Signal [−]
#[repr(i32)]
pub enum Signal {
Show variants
SIGHUP,
SIGINT,
SIGQUIT,
SIGILL,
SIGTRAP,
SIGABRT,
SIGBUS,
SIGFPE,
SIGKILL,
SIGUSR1,
SIGSEGV,
SIGUSR2,
SIGPIPE,
SIGALRM,
SIGTERM,
SIGSTKFLT,
SIGCHLD,
SIGCONT,
SIGSTOP,
SIGTSTP,
SIGTTIN,
SIGTTOU,
SIGURG,
SIGXCPU,
SIGXFSZ,
SIGVTALRM,
SIGPROF,
SIGWINCH,
SIGIO,
SIGPWR,
SIGSYS,
}Variants
Implementations
impl Signal
impl SignalTrait Implementations
impl PartialOrd<Signal> for Signal
impl PartialOrd<Signal> for Signalpub fn partial_cmp(&self, other: &Signal) -> Option<Ordering>
pub fn partial_cmp(&self, other: &Signal) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
impl StructuralEq for Signalimpl StructuralPartialEq for SignalAuto Trait Implementations
impl RefUnwindSafe for Signalimpl UnwindSafe for SignalBlanket Implementations
Mutably borrows from an owned value. Read more