Struct openssl_sys::clone_args 
source · 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: u64Trait 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