Home
last modified time | relevance | path

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

/linux-6.8/rust/kernel/
Dworkqueue.rs562 unsafe impl<T, const ID: u64> WorkItemPointer<ID> for Pin<Box<T>> implementation
581 unsafe impl<T, const ID: u64> RawWorkItem<ID> for Pin<Box<T>> implementation
/linux-6.8/rust/kernel/sync/
Darc.rs632 impl<T: ?Sized> From<UniqueArc<T>> for Pin<UniqueArc<T>> { implementation
/linux-6.8/rust/alloc/
Dboxed.rs1464 impl<T: ?Sized, A: Allocator> From<Box<T, A>> for Pin<Box<T, A>> implementation
2127 impl<G: ?Sized + Generator<R>, R, A: Allocator> Generator<R> for Pin<Box<G, A>> implementation