Struct unix::process::WaitInfo [−][src]
pub struct WaitInfo { /* fields omitted */ }
Trait Implementations
impl Debug for WaitInfo
[src]
impl Debug for WaitInfo
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Clone for WaitInfo
[src]
impl Clone for WaitInfo
fn clone(&self) -> WaitInfo
[src]
fn clone(&self) -> WaitInfo
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 Hash for WaitInfo
[src]
impl Hash for WaitInfo
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
[src]
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl PartialEq<WaitInfo> for WaitInfo
[src]
impl PartialEq<WaitInfo> for WaitInfo
fn eq(&self, other: &WaitInfo) -> bool
[src]
fn eq(&self, other: &WaitInfo) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &WaitInfo) -> bool
[src]
fn ne(&self, other: &WaitInfo) -> bool
This method tests for !=
.
impl Eq for WaitInfo
[src]
impl Eq for WaitInfo
impl Copy for WaitInfo
[src]
impl Copy for WaitInfo