#[repr(i32)]pub enum Signal {
Show 63 variants
Abort = 6,
Alarm = 14,
Bus = 7,
Child = 17,
Continue = 18,
ExceededFileSize = 25,
FloatingPointException = 8,
HangUp = 1,
IllegalInstruction = 4,
Interrupt = 2,
Io = 29,
Kill = 9,
Pipe = 13,
Power = 30,
Profile = 27,
Quit = 3,
SegmentationViolation = 11,
StackFault = 16,
Stop = 19,
Sys = 31,
Trap = 5,
Terminate = 15,
TtyIn = 21,
TtyOut = 22,
TtyStop = 20,
Urgent = 23,
User1 = 10,
User2 = 12,
VtAlarm = 26,
Winch = 28,
Xcpu = 24,
Rt0 = 32,
Rt1 = 33,
Rt2 = 34,
Rt3 = 35,
Rt4 = 36,
Rt5 = 37,
Rt6 = 38,
Rt7 = 39,
Rt8 = 40,
Rt9 = 41,
Rt10 = 42,
Rt11 = 43,
Rt12 = 44,
Rt13 = 45,
Rt14 = 46,
Rt15 = 47,
Rt16 = 48,
Rt17 = 49,
Rt18 = 50,
Rt19 = 51,
Rt20 = 52,
Rt21 = 53,
Rt22 = 54,
Rt23 = 55,
Rt24 = 56,
Rt25 = 57,
Rt26 = 58,
Rt27 = 59,
Rt28 = 60,
Rt29 = 61,
Rt30 = 62,
Rt31 = 63,
}
Variants§
Abort = 6
Alarm = 14
Bus = 7
Child = 17
Continue = 18
ExceededFileSize = 25
FloatingPointException = 8
HangUp = 1
IllegalInstruction = 4
Interrupt = 2
Io = 29
Kill = 9
Pipe = 13
Power = 30
Profile = 27
Quit = 3
SegmentationViolation = 11
StackFault = 16
Stop = 19
Sys = 31
Trap = 5
Terminate = 15
TtyIn = 21
TtyOut = 22
TtyStop = 20
Urgent = 23
User1 = 10
User2 = 12
VtAlarm = 26
Winch = 28
Xcpu = 24
Rt0 = 32
Rt1 = 33
Rt2 = 34
Rt3 = 35
Rt4 = 36
Rt5 = 37
Rt6 = 38
Rt7 = 39
Rt8 = 40
Rt9 = 41
Rt10 = 42
Rt11 = 43
Rt12 = 44
Rt13 = 45
Rt14 = 46
Rt15 = 47
Rt16 = 48
Rt17 = 49
Rt18 = 50
Rt19 = 51
Rt20 = 52
Rt21 = 53
Rt22 = 54
Rt23 = 55
Rt24 = 56
Rt25 = 57
Rt26 = 58
Rt27 = 59
Rt28 = 60
Rt29 = 61
Rt30 = 62
Rt31 = 63
Trait Implementations§
source§impl PartialEq for Signal
impl PartialEq for Signal
impl Copy for Signal
impl Eq for Signal
impl StructuralPartialEq for Signal
Auto Trait Implementations§
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