Struct std::process::ChildStdin
[−]
[src]
pub struct ChildStdin {
// some fields omitted
}A handle to a child process's stdin
pub struct ChildStdin {
// some fields omitted
}A handle to a child process's stdin
impl AsRawHandle for ChildStdinfn as_raw_handle(&self) -> RawHandleimpl IntoRawHandle for ChildStdinfn into_raw_handle(self) -> RawHandleimpl Write for ChildStdinfn write(&mut self, buf: &[u8]) -> Result<usize>fn flush(&mut self) -> Result<()>fn write_all(&mut self, buf: &[u8]) -> Result<()>fn write_fmt(&mut self, fmt: Arguments) -> Result<()>fn by_ref(&mut self) -> &mut Self where Self: Sizedfn broadcast<W: Write>(self, other: W) -> Broadcast<Self, W> where Self: Sizedimpl AsRawHandle for ChildStdinfn as_raw_handle(&self) -> RawHandleimpl IntoRawHandle for ChildStdinfn into_raw_handle(self) -> RawHandle