Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/
Devents.rs22 fn is_readable(&self) -> bool; in is_readable() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/linux/
Devents.rs27 fn is_readable(&self) -> bool { in is_readable() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/
Dinterest.rs36 pub const fn is_readable(self) -> bool { in is_readable() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Devents.rs148 fn is_readable(&self) -> bool { in is_readable() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Dready.rs75 pub fn is_readable(self) -> bool { in is_readable() method