Struct bigbro::Stdio [] [src]

pub struct Stdio(_);

A description of what you want done with one of the standard streams.

Methods

impl Stdio
[src]

[src]

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

[src]

The child inherits from the corresponding parent descriptor.

[src]

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

Trait Implementations

impl FromRawFd for Stdio
[src]

[src]

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

Auto Trait Implementations

impl Send for Stdio

impl Sync for Stdio