#[repr(C)]pub struct __c_anonymous_posix_spawn_fae_open {
pub path: *mut c_char,
pub oflag: c_int,
pub mode: mode_t,
}
Fields§
§path: *mut c_char
§oflag: c_int
§mode: mode_t
Trait Implementations§
Source§impl Clone for __c_anonymous_posix_spawn_fae_open
impl Clone for __c_anonymous_posix_spawn_fae_open
Source§fn clone(&self) -> __c_anonymous_posix_spawn_fae_open
fn clone(&self) -> __c_anonymous_posix_spawn_fae_open
Returns a duplicate 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_open
impl Debug for __c_anonymous_posix_spawn_fae_open
Source§impl Hash for __c_anonymous_posix_spawn_fae_open
impl Hash for __c_anonymous_posix_spawn_fae_open
Source§impl PartialEq for __c_anonymous_posix_spawn_fae_open
impl PartialEq for __c_anonymous_posix_spawn_fae_open
impl Copy for __c_anonymous_posix_spawn_fae_open
impl Eq for __c_anonymous_posix_spawn_fae_open
impl StructuralPartialEq for __c_anonymous_posix_spawn_fae_open
Auto Trait Implementations§
impl Freeze for __c_anonymous_posix_spawn_fae_open
impl RefUnwindSafe for __c_anonymous_posix_spawn_fae_open
impl !Send for __c_anonymous_posix_spawn_fae_open
impl !Sync for __c_anonymous_posix_spawn_fae_open
impl Unpin for __c_anonymous_posix_spawn_fae_open
impl UnwindSafe for __c_anonymous_posix_spawn_fae_open
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)