Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H A Dsource_fd.rs21 pub struct SourceFd<'a>(pub &'a RawFd); struct
23 impl<'a> Source for SourceFd<'a> { implementation