Enum signalbool::Signal []

#[repr(i32)]
pub enum Signal { 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

Methods

impl Signal

Trait Implementations

impl Clone for Signal

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Signal

impl PartialEq<Signal> for Signal

impl Eq for Signal

impl Debug for Signal