Struct rustpython_vm::stdlib::errno::errors::__exit_status
source · #[repr(C)]pub struct __exit_status {
pub e_termination: i16,
pub e_exit: i16,
}
Fields§
§e_termination: i16
§e_exit: i16
Trait Implementations§
source§impl Clone for __exit_status
impl Clone for __exit_status
source§fn clone(&self) -> __exit_status
fn clone(&self) -> __exit_status
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for __exit_status
impl Debug for __exit_status
source§impl Hash for __exit_status
impl Hash for __exit_status
source§impl PartialEq<__exit_status> for __exit_status
impl PartialEq<__exit_status> for __exit_status
source§fn 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 ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.