Home
last modified time | relevance | path

Searched refs:Stdin (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dstdin.rs25 pub struct Stdin { struct
26 std: Option<io::Stdin>, argument
27 state: State<io::Stdin>, argument
37 pub fn stdin() -> Stdin { in stdin()
39 Stdin { in stdin()
45 impl AsyncRead for Stdin { implementation
101 impl AsRawFd for Stdin { implementation
108 impl AsFd for Stdin { implementation
118 impl AsRawHandle for Stdin { implementation
125 impl AsHandle for Stdin { implementation
H A Dmod.rs40 pub use stdin::{stdin, Stdin};