Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Draw.rs59 pub(crate) struct RawTask { struct
63 impl RawTask { argument
64 pub(crate) fn form_raw(ptr: NonNull<Header>) -> RawTask { in form_raw()
108 impl RawTask { impl
117 impl Copy for RawTask {} implementation
119 impl Clone for RawTask { implementation