Searched defs:From (Results 1 - 7 of 7) sorted by relevance
| /kernel/linux/linux-6.6/rust/alloc/collections/ |
| H A D | mod.rs | |
| /kernel/linux/linux-6.6/rust/kernel/ |
| H A D | error.rs | [all...] |
| H A D | types.rs | |
| H A D | str.rs | |
| /kernel/linux/linux-6.6/rust/alloc/vec/ |
| H A D | mod.rs | 3429 impl<'a, T> From<Cow<'a, [T]>> for Vec<T> impls 3455 impl<T, A: Allocator> From<Box<[T], A>> for Vec<T, A> { in from() impls 3474 impl<T, A: Allocator> From<Vec<T, A>> for Box<[T], A> { impls
|
| /kernel/linux/linux-6.6/rust/alloc/ |
| H A D | boxed.rs | 1464 impl<T: ?Sized, A: Allocator> From<Box<T, A>> for Pin<Box<T, A>> impls 1535 impl<T: Clone> From<Co impls 1573 impl From<Cow<'_, str>> for Box<str> { global() impls 1607 impl<A: Allocator> From<Box<str, A>> for Box<[u8], A> { global() impls 2395 impl<'a, 'b> From<Cow<'b, str>> for Box<dyn Error + Send + Sync + 'a> { global() impls 2417 impl<'a> From<Cow<'a, str>> for Box<dyn Error> { global() impls [all...] |
| /kernel/linux/linux-6.6/rust/kernel/sync/ |
| H A D | arc.rs | 310 impl<T: ?Sized> From<UniqueArc<T>> for Arc<T> { impls 316 impl<T: ?Sized> From<Pin<UniqueArc<T>>> for Arc<T> { impls 418 impl<T: ?Sized> From<ArcBorrow<'_, T>> for Arc<T> { impls 590 impl<T: ?Sized> From<UniqueArc<T>> for Pin<UniqueArc<T>> { impls
|
Completed in 10 milliseconds