Struct ubend::Pipes[][src]

pub struct Pipes {
    pub stdin: PipeSetup,
    pub stdout: PipeSetup,
    pub stderr: PipeSetup,
    pub last: Target,
    pub argv: Vec<String>,
    pub envp: HashMap<String, String>,
}

Configuration of a child process.

Fields

Methods

impl Pipes
[src]

Trait Implementations

impl Debug for Pipes
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Pipes

impl Sync for Pipes