Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Dio_status_block.rs33 type Target = IO_STATUS_BLOCK; typedef
34 fn deref(&self) -> &Self::Target { in deref()
40 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
/commonlibrary/rust/ylong_http/ylong_http/src/body/
Dmod.rs406 type Target = &'a [u8]; typedef
408 fn deref(&self) -> &Self::Target { in deref()
414 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
431 type Target = T; typedef
433 fn deref(&self) -> &Self::Target { in deref()
439 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
456 type Target = T; typedef
458 fn deref(&self) -> &Self::Target { in deref()
464 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
481 type Target = T; typedef
[all …]
Dchunk.rs815 type Target = core::slice::Iter<'a, Chunk<'a>>; typedef
817 fn deref(&self) -> &Self::Target { in deref()
823 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
843 type Target = std::vec::IntoIter<Chunk<'a>>; typedef
845 fn deref(&self) -> &Self::Target { in deref()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/
Dchannel.rs70 type Target = C; typedef
72 fn deref(&self) -> &Self::Target { in deref()
88 type Target = C; typedef
90 fn deref(&self) -> &Self::Target { in deref()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dadapter.rs62 type Target = Resp<HttpBody>; typedef
64 fn deref(&self) -> &Self::Target { in deref()
70 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dwaker.rs91 type Target = Waker; typedef
93 fn deref(&self) -> &Self::Target { in deref()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Ddriver.rs141 type Target = Arc<TimeDriver>; typedef
143 fn deref(&self) -> &Self::Target { in deref()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Dasync_source.rs240 type Target = E; typedef
242 fn deref(&self) -> &Self::Target { in deref()
Ddriver.rs117 type Target = Arc<Inner>; typedef
119 fn deref(&self) -> &Self::Target { in deref()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Dmutex.rs172 type Target = T; typedef
173 fn deref(&self) -> &Self::Target { in deref()
Drwlock.rs281 type Target = T; typedef
329 type Target = T; typedef
330 fn deref(&self) -> &Self::Target { in deref()
Dwake_list.rs153 type Target = Inner; typedef
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dstack.rs43 type Target = StackRef<T>; typedef
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Ddecoder.rs109 type Target = core::slice::Iter<'a, FrameKind>; typedef
111 fn deref(&self) -> &Self::Target { in deref()
117 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dslab.rs91 type Target = T; typedef