Struct vonuvoli_scheme::exports::ProcessInternals[][src]

pub struct ProcessInternals {
    pub state: ProcessState,
    pub process: Child,
    pub process_id: pid_t,
    pub stdin: Option<Port>,
    pub stdout: Option<Port>,
    pub stderr: Option<Port>,
    pub handle: Handle,
}

Fields

Trait Implementations

impl Debug for ProcessInternals
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations