Struct libc::__exit_status
source · [−]#[repr(C)]pub struct __exit_status {
pub e_termination: u16,
pub e_exit: u16,
}
Fields
e_termination: u16
e_exit: u16
Trait Implementations
sourceimpl Clone for __exit_status
impl Clone for __exit_status
sourcefn clone(&self) -> __exit_status
fn clone(&self) -> __exit_status
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for __exit_status
impl Debug for __exit_status
sourceimpl Hash for __exit_status
impl Hash for __exit_status
sourcefn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [Hasher
]. Read more
1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
sourceimpl PartialEq<__exit_status> for __exit_status
impl PartialEq<__exit_status> for __exit_status
sourcefn eq(&self, other: &__exit_status) -> bool
fn eq(&self, other: &__exit_status) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &__exit_status) -> bool
fn ne(&self, other: &__exit_status) -> bool
This method tests for !=
.
impl Copy for __exit_status
impl Eq for __exit_status
impl StructuralEq for __exit_status
impl StructuralPartialEq for __exit_status
Auto Trait Implementations
impl RefUnwindSafe for __exit_status
impl Send for __exit_status
impl Sync for __exit_status
impl Unpin for __exit_status
impl UnwindSafe for __exit_status
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more