Struct libc::__c_anonymous_posix_spawn_fae_dup2
source · [−]#[repr(C)]pub struct __c_anonymous_posix_spawn_fae_dup2 {
pub newfildes: c_int,
}
Fields
newfildes: c_int
Trait Implementations
sourceimpl Clone for __c_anonymous_posix_spawn_fae_dup2
impl Clone for __c_anonymous_posix_spawn_fae_dup2
sourcefn clone(&self) -> __c_anonymous_posix_spawn_fae_dup2
fn clone(&self) -> __c_anonymous_posix_spawn_fae_dup2
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 __c_anonymous_posix_spawn_fae_dup2
impl Debug for __c_anonymous_posix_spawn_fae_dup2
sourceimpl Hash for __c_anonymous_posix_spawn_fae_dup2
impl Hash for __c_anonymous_posix_spawn_fae_dup2
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<__c_anonymous_posix_spawn_fae_dup2> for __c_anonymous_posix_spawn_fae_dup2
impl PartialEq<__c_anonymous_posix_spawn_fae_dup2> for __c_anonymous_posix_spawn_fae_dup2
sourcefn eq(&self, other: &__c_anonymous_posix_spawn_fae_dup2) -> bool
fn eq(&self, other: &__c_anonymous_posix_spawn_fae_dup2) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &__c_anonymous_posix_spawn_fae_dup2) -> bool
fn ne(&self, other: &__c_anonymous_posix_spawn_fae_dup2) -> bool
This method tests for !=
.
impl Copy for __c_anonymous_posix_spawn_fae_dup2
impl Eq for __c_anonymous_posix_spawn_fae_dup2
impl StructuralEq for __c_anonymous_posix_spawn_fae_dup2
impl StructuralPartialEq for __c_anonymous_posix_spawn_fae_dup2
Auto Trait Implementations
impl RefUnwindSafe for __c_anonymous_posix_spawn_fae_dup2
impl Send for __c_anonymous_posix_spawn_fae_dup2
impl Sync for __c_anonymous_posix_spawn_fae_dup2
impl Unpin for __c_anonymous_posix_spawn_fae_dup2
impl UnwindSafe for __c_anonymous_posix_spawn_fae_dup2
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