Home
last modified time | relevance | path

Searched defs:Target (Results 1 – 17 of 17) 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.rs480 type Target = &'a [u8]; typedef
482 fn deref(&self) -> &Self::Target { in deref()
488 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
505 type Target = T; typedef
507 fn deref(&self) -> &Self::Target { in deref()
513 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
530 type Target = T; typedef
532 fn deref(&self) -> &Self::Target { in deref()
538 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
555 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/
Dmod.rs84 type Target = C; typedef
86 fn deref(&self) -> &Self::Target { in deref()
102 type Target = C; typedef
104 fn deref(&self) -> &Self::Target { in deref()
/commonlibrary/rust/ylong_runtime/ylong_signal/src/
Dspin_rwlock.rs134 type Target = T; typedef
136 fn deref(&self) -> &Self::Target { in deref()
170 type Target = T; typedef
172 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/time/
Ddriver.rs121 type Target = Arc<TimeDriver>; typedef
123 fn deref(&self) -> &Self::Target { in deref()
/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/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()
Dwatch.rs252 type Target = T; typedef
254 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