Searched refs:WorkItemPointer (Results 1 – 1 of 1) sorted by relevance
318 pub unsafe trait WorkItemPointer<const ID: u64>: RawWorkItem<ID> { trait336 type Pointer: WorkItemPointer<ID>;534 unsafe impl<T, const ID: u64> WorkItemPointer<ID> for Arc<T>587 unsafe impl<T, const ID: u64> WorkItemPointer<ID> for Pin<KBox<T>>