W3cubDocs

/Rust

Struct std::process::Stdio

pub struct Stdio(_);

Describes what to do with a standard I/O stream for a child process.

Methods

impl Stdio [src]

A new pipe should be arranged to connect the parent and child processes.

The child inherits from the corresponding parent descriptor.

This stream will be ignored. This is the equivalent of attaching the stream to /dev/null

Trait Implementations

impl Debug for Stdio
1.15.0
[src]

Formats the value using the given formatter.

impl FromRawFd for Stdio
1.2.0
[src]

Constructs a new instance of Self from the given raw file descriptor. Read more

© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/process/struct.Stdio.html