Searched defs:Pin (Results 1 – 2 of 2) sorted by relevance
| /linux/rust/kernel/debugfs/ | ||
| H A D | traits.rs | 98 impl<T, A> BinaryWriter for Pin<Box<T, A>> global() implementation |
| /linux/rust/kernel/alloc/ | ||
| H A D | kbox.rs | 417 impl<T, A> From<Box<T, A>> for Pin<Box<T, A>> implementation |