Struct pdfork::ChildHandle[][src]

pub struct ChildHandle {
    pub child_pid: pid_t,
}

Fields

Methods

impl ChildHandle
[src]

Trait Implementations

impl Debug for ChildHandle
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ChildHandle

impl Sync for ChildHandle