Home
last modified time | relevance | path

Searched refs:SpecCloneIntoVec (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/rust/alloc/
H A Dslice.rs791 pub(crate) trait SpecCloneIntoVec<T, A: Allocator> {
796 impl<T: Clone, A: Allocator> SpecCloneIntoVec<T, A> for [T] { impls
812 impl<T: Copy, A: Allocator> SpecCloneIntoVec<T, A> for [T] { impls
834 SpecCloneIntoVec::clone_into(self, target); in clone_into()
/kernel/linux/linux-6.6/rust/alloc/vec/
H A Dmod.rs2887 crate::slice::SpecCloneIntoVec::clone_into(other.as_slice(), self); in clone_from()

Completed in 5 milliseconds