Enum nix::sys::wait::WaitStatus
[−]
[src]
pub enum WaitStatus { Exited(pid_t, i8), Signaled(pid_t, Signal, bool), Stopped(pid_t, Signal), Continued(pid_t), StillAlive, }
Variants
Exited(pid_t, i8)
Signaled(pid_t, Signal, bool)
Stopped(pid_t, Signal)
Continued(pid_t)
StillAlive
Trait Implementations
impl Eq for WaitStatus
[src]
impl Eq for WaitStatus
impl PartialEq for WaitStatus
[src]
impl PartialEq for WaitStatus
fn eq(&self, __arg_0: &WaitStatus) -> bool
[src]
fn eq(&self, __arg_0: &WaitStatus) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &WaitStatus) -> bool
[src]
fn ne(&self, __arg_0: &WaitStatus) -> bool
This method tests for !=
.
impl Clone for WaitStatus
[src]
impl Clone for WaitStatus
fn clone(&self) -> WaitStatus
[src]
fn clone(&self) -> WaitStatus
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 WaitStatus
[src]
impl Copy for WaitStatus
impl Debug for WaitStatus
[src]
impl Debug for WaitStatus
Auto Trait Implementations
impl Send for WaitStatus
impl Send for WaitStatus
impl Sync for WaitStatus
impl Sync for WaitStatus