std::process::ChildStdin

Struct std::process::ChildStdin

pub struct ChildStdin { /* fields omitted */ }

A handle to a child process's stdin. This struct is used in the stdin field on Child.

Trait Implementations

impl Write for ChildStdin [src]

Write a buffer into this object, returning how many bytes were written. Read more

Flush this output stream, ensuring that all intermediately buffered contents reach their destination. Read more

Attempts to write an entire buffer into this write. Read more

Writes a formatted string into this writer, returning any error encountered. Read more

Creates a "by reference" adaptor for this instance of Write. Read more

impl Debug for ChildStdin
1.16.0
[src]

Formats the value using the given formatter.

impl AsRawFd for ChildStdin
1.2.0
[src]

Extracts the raw file descriptor. Read more

impl IntoRawFd for ChildStdin
1.4.0
[src]

Consumes this object, returning the raw underlying 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.ChildStdin.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部