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§
source§impl Clone for __c_anonymous_posix_spawn_fae_dup2
impl Clone for __c_anonymous_posix_spawn_fae_dup2
source§fn 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.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for __c_anonymous_posix_spawn_fae_dup2
impl Debug for __c_anonymous_posix_spawn_fae_dup2
source§impl Hash for __c_anonymous_posix_spawn_fae_dup2
impl Hash for __c_anonymous_posix_spawn_fae_dup2
source§impl 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
source§fn 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 ==
.