pub enum Signal {
Show 29 variants
HUP,
INT,
QUIT,
ILL,
ABRT,
FPE,
KILL,
SEGV,
PIPE,
ALRM,
TERM,
USR1,
USR2,
CHLD,
CONT,
STOP,
TSTP,
TTIN,
TTOU,
BUS,
PROF,
SYS,
TRAP,
URG,
VTALRM,
XCPU,
XFSZ,
IO,
WINCH,
}
Variants§
HUP
INT
QUIT
ILL
ABRT
FPE
KILL
SEGV
PIPE
ALRM
TERM
USR1
USR2
CHLD
CONT
STOP
TSTP
TTIN
TTOU
BUS
PROF
SYS
TRAP
URG
VTALRM
XCPU
XFSZ
IO
WINCH
Trait Implementations§
Source§impl Ord for Signal
impl Ord for Signal
Source§impl PartialOrd for Signal
impl PartialOrd for Signal
impl Copy for Signal
impl Eq for Signal
impl StructuralPartialEq for Signal
Auto Trait Implementations§
impl Freeze for Signal
impl RefUnwindSafe for Signal
impl Send for Signal
impl Sync for Signal
impl Unpin for Signal
impl UnwindSafe for Signal
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more