Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_io/src/
Dpoll.rs42 pub fn register<S>(&self, source: &mut S, token: Token, interests: Interest) -> io::Result<()> in register()
50 pub fn reregister<S>(&self, source: &mut S, token: Token, interests: Interest) -> io::Result<()> in reregister()
59 pub fn deregister<S>(&self, source: &mut S) -> io::Result<()> in deregister()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dasync_buf_read.rs159 fn lines(self) -> LinesTask<Self> in lines()
Dasync_read.rs197 fn by_ref(&mut self) -> &mut Self in by_ref()
Dasync_write.rs320 fn by_ref(&mut self) -> &mut Self in by_ref()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dlinked_list.rs77 unsafe fn node(ptr: NonNull<Self>) -> NonNull<Node<Self>> in node()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Drwlock.rs231 T: Sized, in into_inner()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Dwheel.rs126 unsafe fn node(mut ptr: NonNull<Self>) -> NonNull<Node<Self>> in node()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Dschedule_io.rs101 unsafe fn node(mut ptr: NonNull<Self>) -> NonNull<Node<Self>> in node()