Enum nix::unistd::Fork  
                   
                       [−]
                   
               [src]
pub enum Fork {
    Parent(pid_t),
    Child,
}Variants
Parent(pid_t)ChildMethods
impl Fork[src]
Trait Implementations
impl Clone for Fork[src]
fn clone(&self) -> Fork
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more