Struct clone_args

struct clone_args { ... }

Fields

flags: __u64
pidfd: __u64
child_tid: __u64
parent_tid: __u64
exit_signal: __u64
stack: __u64
stack_size: __u64
tls: __u64
set_tid: __u64
set_tid_size: __u64
cgroup: __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) -> T

Returns the argument unchanged.

impl<T, U> Into for clone_args

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses 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>