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_status
impl Clone for __exit_status
[src]
impl Clone for __exit_status
fn clone(&self) -> __exit_status
[src]
fn clone(&self) -> __exit_status
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 PartialEq for __exit_status
[src]
impl PartialEq for __exit_status
fn eq(&self, other: &Self) -> bool
[src]
fn eq(&self, other: &Self) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for __exit_status
[src]
impl Eq for __exit_status
Auto Trait Implementations
impl Send for __exit_status
impl Send for __exit_status
impl Sync for __exit_status
impl Sync for __exit_status