Home
last modified time | relevance | path

Searched defs:From (Results 1 – 9 of 9) sorted by relevance

/linux/rust/kernel/alloc/kvec/
H A Derrors.rs17 impl<T> From<PushError<T>> for Error { impl
57 impl<T> From<InsertError<T>> for Error { global() impl
/linux/rust/syn/
H A Dmacros.rs93 impl From<$member> for $name { impl
/linux/rust/kernel/list/
H A Darc.rs202 impl<T, const ID: u64> From<UniqueArc<T>> for ListArc<T, ID> global() impl
213 impl<T, const ID: u64> From<Pin<UniqueArc<T>>> for ListArc<T, ID> global() impl
/linux/rust/kernel/
H A Dmaple_tree.rs614 impl<T> From<InsertError<T>> for Error { impl
651 impl<T> From<AllocError<T>> for Error { impl
H A Dxarray.rs174 impl<T> From<StoreError<T>> for Error { impl
H A Ddma.rs560 impl<T: AsBytes + FromBytes + KnownSize + ?Sized> From<CoherentBox<T>> for Coherent<T> { impl
/linux/rust/kernel/num/
H A Dbounded.rs1019 impl<T, const N: u32> From<Bounded<T, N>> for $type global() impl
1043 impl<T> From<Bounded<T, 1>> for bool global() impl
/linux/rust/kernel/alloc/
H A Dkbox.rs417 impl<T, A> From<Box<T, A>> for Pin<Box<T, A>> global() impl
H A Dkvec.rs963 impl<T, A, const N: usize> From<Box<[T; N], A>> for Vec<T, A> impl