Struct __exit_status
#[repr(C)]
pub struct __exit_status { pub e_termination: c_short, pub e_exit: c_short }
Fields
e_termination: c_shorte_exit: c_short
Trait Implementations
impl Clone for __exit_status
fn clone(&self) -> __exit_status
impl Copy for __exit_status
impl Debug for __exit_status
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for __exit_status
impl Hash for __exit_status
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for __exit_status
fn eq(&self, other: &__exit_status) -> bool
impl StructuralPartialEq for __exit_status
Auto Trait Implementations
impl Freeze for __exit_status
impl RefUnwindSafe for __exit_status
impl Send for __exit_status
impl Sync for __exit_status
impl Unpin for __exit_status
impl UnsafeUnpin for __exit_status
impl UnwindSafe for __exit_status
Blanket Implementations
impl<T> Any for __exit_status
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for __exit_status
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for __exit_status
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for __exit_status
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for __exit_status
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for __exit_status
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for __exit_status
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for __exit_status
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>