Struct linux_raw_sys::general::clone_args
source · #[repr(C)]pub struct clone_args {
pub flags: __u64,
pub pidfd: __u64,
pub child_tid: __u64,
pub parent_tid: __u64,
pub exit_signal: __u64,
pub stack: __u64,
pub stack_size: __u64,
pub tls: __u64,
pub set_tid: __u64,
pub set_tid_size: __u64,
pub cgroup: __u64,
}
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
Trait Implementations§
source§impl Clone for clone_args
impl Clone for clone_args
source§fn clone(&self) -> clone_args
fn clone(&self) -> clone_args
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more