Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/rust/alloc/
H A Dslice.rs787 // Specializable trait for implementing ToOwned::clone_into. This is
792 fn clone_into(&self, target: &mut Vec<T, A>); in clone_into() functions
797 default fn clone_into(&self, target: &mut Vec<T, A>) {
813 fn clone_into(&self, target: &mut Vec<T, A>) { in clone_into() functions
833 fn clone_into(&self, target: &mut Vec<T>) { in clone_into() functions
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 6 milliseconds