Searched defs:RawTask (Results 1 – 1 of 1) sorted by relevance
59 pub(crate) struct RawTask { struct63 impl RawTask { argument64 pub(crate) fn form_raw(ptr: NonNull<Header>) -> RawTask { in form_raw()108 impl RawTask { impl117 impl Copy for RawTask {} implementation119 impl Clone for RawTask { implementation