Struct clone_args
struct clone_args { ... }
Fields
flags: __u64pidfd: __u64child_tid: __u64parent_tid: __u64exit_signal: __u64stack: __u64stack_size: __u64tls: __u64set_tid: __u64set_tid_size: __u64cgroup: __u64
Implementations
impl Clone for clone_args
fn clone(self: &Self) -> clone_args
impl Copy for clone_args
impl Debug for clone_args
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for clone_args
impl RefUnwindSafe for clone_args
impl Send for clone_args
impl Sync for clone_args
impl Unpin for clone_args
impl UnsafeUnpin for clone_args
impl UnwindSafe for clone_args
impl<T> Any for clone_args
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for clone_args
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for clone_args
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for clone_args
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for clone_args
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for clone_args
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for clone_args
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for clone_args
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>