pub type KBox<T> = Box<T, Kmalloc>;Expand description
Aliased Type§
struct KBox<T>(/* private fields */);Trait Implementations§
Source§impl<T, const ID: u64> RawWorkItem<ID> for Pin<KBox<T>>
 
impl<T, const ID: u64> RawWorkItem<ID> for Pin<KBox<T>>
Source§type EnqueueOutput = ()
 
type EnqueueOutput = ()
The return type of 
Queue::enqueue.