Enum nix::sys::signal::Signal
[−]
[src]
#[repr(i32)]pub enum Signal { SIGHUP, SIGINT, SIGQUIT, SIGILL, SIGTRAP, SIGABRT, SIGBUS, SIGFPE, SIGKILL, SIGUSR1, SIGSEGV, SIGUSR2, SIGPIPE, SIGALRM, SIGTERM, SIGCHLD, SIGCONT, SIGSTOP, SIGTSTP, SIGTTIN, SIGTTOU, SIGURG, SIGXCPU, SIGXFSZ, SIGVTALRM, SIGPROF, SIGWINCH, SIGIO, SIGSYS, SIGEMT, SIGINFO, }
Variants
SIGHUP
SIGINT
SIGQUIT
SIGILL
SIGTRAP
SIGABRT
SIGBUS
SIGFPE
SIGKILL
SIGUSR1
SIGSEGV
SIGUSR2
SIGPIPE
SIGALRM
SIGTERM
SIGCHLD
SIGCONT
SIGSTOP
SIGTSTP
SIGTTIN
SIGTTOU
SIGURG
SIGXCPU
SIGXFSZ
SIGVTALRM
SIGPROF
SIGWINCH
SIGIO
SIGSYS
SIGEMT
SIGINFO
Methods
impl Signal
[src]
impl Signal
ⓘImportant traits for SignalIteratorpub fn iterator() -> SignalIterator
[src]
ⓘImportant traits for SignalIterator
pub fn iterator() -> SignalIterator
pub fn from_c_int(signum: c_int) -> Result<Signal>
[src]
pub fn from_c_int(signum: c_int) -> Result<Signal>
Trait Implementations
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 Copy for Signal
[src]
impl Copy for Signal
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