Searched refs:WorkItemPointer (Results 1 – 1 of 1) sorted by relevance
22 //! includes a trait called [`WorkItemPointer`], which is usually not used directly by the user.26 //! * The [`WorkItemPointer`] trait is implemented for the pointer type that points at a something449 /// [`run`]: WorkItemPointer::run450 pub unsafe trait WorkItemPointer<const ID: u64>: RawWorkItem<ID> { interface 468 type Pointer: WorkItemPointer<ID>;476 /// This struct contains a function pointer to the [`run`] function from the [`WorkItemPointer`]483 /// [`run`]: WorkItemPointer::run510 // SAFETY: The `WorkItemPointer` implementation promises that `run` can be used as in new() 643 /// This struct contains a function pointer to the [`run`] function from the [`WorkItemPointer`]651 /// [`run`]: WorkItemPointer[all...]