Searched defs:RawTask (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/tokio/src/runtime/task/ |
D | raw.rs | 8 pub(super) struct RawTask { struct 9 ptr: NonNull<Header>, 40 impl RawTask { impl 52 pub(super) unsafe fn from_raw(ptr: NonNull<Header>) -> RawTask { in from_raw() 94 impl Clone for RawTask { implementation 100 impl Copy for RawTask {} implementation
|
/external/rust/crates/async-task/src/ |
D | raw.rs | 61 pub(crate) struct RawTask<F, T, S> { struct 75 impl<F, T, S> Copy for RawTask<F, T, S> {} argument 77 impl<F, T, S> Clone for RawTask<F, T, S> { implementation 83 impl<F, T, S> RawTask<F, T, S> impl
|