Struct posix_spawn_file_actions_t
#[repr(C)]
pub struct posix_spawn_file_actions_t { /* private fields */ }
Trait Implementations
impl Clone for posix_spawn_file_actions_t
fn clone(&self) -> posix_spawn_file_actions_t
impl Copy for posix_spawn_file_actions_t
impl Debug for posix_spawn_file_actions_t
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for posix_spawn_file_actions_t
impl Hash for posix_spawn_file_actions_t
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for posix_spawn_file_actions_t
fn eq(&self, other: &posix_spawn_file_actions_t) -> bool
impl StructuralPartialEq for posix_spawn_file_actions_t
Auto Trait Implementations
impl !Send for posix_spawn_file_actions_t
impl !Sync for posix_spawn_file_actions_t
impl Freeze for posix_spawn_file_actions_t
impl RefUnwindSafe for posix_spawn_file_actions_t
impl Unpin for posix_spawn_file_actions_t
impl UnsafeUnpin for posix_spawn_file_actions_t
impl UnwindSafe for posix_spawn_file_actions_t
Blanket Implementations
impl<T> Any for posix_spawn_file_actions_t
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for posix_spawn_file_actions_t
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for posix_spawn_file_actions_t
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for posix_spawn_file_actions_t
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for posix_spawn_file_actions_t
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for posix_spawn_file_actions_t
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 posix_spawn_file_actions_t
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for posix_spawn_file_actions_t
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>