Home
last modified time | relevance | path

Searched defs:Pipe (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/
H A Dpipe.rs23 pub(crate) struct Pipe { struct
27 impl<T: IntoRawFd> From<T> for Pipe { implementation
34 impl<'a> io::Read for &'a Pipe { implementation
40 impl<'a> Write for &'a Pipe { implementation
54 impl AsRawFd for Pipe { implementation
60 impl AsFd for Pipe { implementation
66 impl Source for Pipe { implementation