Home
last modified time | relevance | path

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

/linux/rust/kernel/debugfs/
H A Dtraits.rs98 impl<T, A> BinaryWriter for Pin<Box<T, A>> global() implementation
300 impl<T: ?Sized + BinaryReader, A: Allocator> BinaryReader for Pin<Box<T, A>> { global() implementation
/linux/rust/kernel/alloc/
H A Dkbox.rs417 impl<T, A> From<Box<T, A>> for Pin<Box<T, A>> implementation
522 unsafe impl<T: 'static, A> ForeignOwnable for Pin<Box<T, A>> implementation