Home
last modified time | relevance | path

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

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