Searched defs:From (Results 1 – 8 of 8) sorted by relevance
| /linux/rust/kernel/alloc/kvec/ |
| H A D | errors.rs | 17 impl<T> From<PushError<T>> for Error { impl 57 impl<T> From<InsertError<T>> for Error { impl
|
| /linux/rust/syn/ |
| H A D | macros.rs | 93 impl From<$member> for $name { impl
|
| /linux/rust/kernel/list/ |
| H A D | arc.rs | 202 impl<T, const ID: u64> From<UniqueArc<T>> for ListArc<T, ID> impl 213 impl<T, const ID: u64> From<Pin<UniqueArc<T>>> for ListArc<T, ID> impl
|
| /linux/rust/kernel/ |
| H A D | maple_tree.rs | 605 impl<T> From<InsertError<T>> for Error { impl 642 impl<T> From<AllocError<T>> for Error { impl
|
| H A D | xarray.rs | 174 impl<T> From<StoreError<T>> for Error { impl
|
| /linux/rust/kernel/num/ |
| H A D | bounded.rs | 1016 impl<T, const N: u32> From<Bounded<T, N>> for $type impl 1040 impl<T> From<Bounded<T, 1>> for bool impl
|
| /linux/rust/kernel/alloc/ |
| H A D | kbox.rs | 417 impl<T, A> From<Box<T, A>> for Pin<Box<T, A>> impl
|
| H A D | kvec.rs | 851 impl<T, A, const N: usize> From<Box<[T; N], A>> for Vec<T, A> impl
|