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: __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 moresource§impl Debug for clone_args
 
impl Debug for clone_args
impl Copy for clone_args
Auto Trait Implementations§
impl RefUnwindSafe for clone_args
impl Send for clone_args
impl Sync for clone_args
impl Unpin for clone_args
impl UnwindSafe for clone_args
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more