1.0.0[−][src]Struct std::process::ChildStdout
A handle to a child process's standard output (stdout).
This struct is used in the stdout
field on Child
.
When an instance of ChildStdout
is dropped, the ChildStdout
's
underlying file handle will be closed.
Trait Implementations
impl Read for ChildStdout
[src][+]
impl AsRawFd for ChildStdout
1.2.0[src][+]
impl IntoRawFd for ChildStdout
1.4.0[src][+]
impl AsRawHandle for ChildStdout
1.2.0[src][+]
impl IntoRawHandle for ChildStdout
1.4.0[src][+]
impl Debug for ChildStdout
1.16.0[src][+]
impl From<ChildStdout> for Stdio
1.20.0[src][+]
Auto Trait Implementations
impl Send for ChildStdout
impl Sync for ChildStdout
Blanket Implementations
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,