Struct libc_interface::__exit_status [−][src]
Fields
e_termination: c_short
e_exit: c_short
Trait Implementations
impl Copy for __exit_status[src]
impl Copy for __exit_statusimpl Clone for __exit_status[src]
impl Clone for __exit_statusfn clone(&self) -> __exit_status[src]
fn clone(&self) -> __exit_statusReturns 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 PartialEq for __exit_status[src]
impl PartialEq for __exit_statusfn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for __exit_status[src]
impl Eq for __exit_statusAuto Trait Implementations
impl Send for __exit_status
impl Send for __exit_statusimpl Sync for __exit_status
impl Sync for __exit_status