Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/rust/alloc/vec/
Dmod.rs2902 crate::slice::SpecCloneIntoVec::clone_into(other.as_slice(), self); in clone_from()