Home
last modified time | relevance | path

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

/linux-6.3-rc2/rust/alloc/vec/
A Dmod.rs2626 fn clone_from(this: &mut Self, other: &Self); in clone_from() method
2631 default fn clone_from(this: &mut Self, other: &Self) { in clone_from() method
2647 fn clone_from(this: &mut Self, other: &Self) { in clone_from() method
2672 fn clone_from(&mut self, other: &Self) { in clone_from() method
2673 SpecCloneFrom::clone_from(self, other) in clone_from()
/linux-6.3-rc2/rust/alloc/
A Dboxed.rs1266 fn clone_from(&mut self, source: &Self) { in clone_from() method
1267 (**self).clone_from(&(**source)); in clone_from()
1916 fn clone_from(&mut self, other: &Self) { in clone_from() method

Completed in 11 milliseconds