Home
last modified time | relevance | path

Searched defs:is_readable (Results 1 – 6 of 6) 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/
Dinterest.rs37 pub const fn is_readable(self) -> bool { in is_readable() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
Depoll.rs140 fn is_readable(&self) -> bool { in is_readable() method
Dkqueue.rs253 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