Home
last modified time | relevance | path

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

/Linux-v6.1/rust/alloc/
Dborrow.rs96 target.clone_from(self); in clone_into()
208 fn clone_from(&mut self, source: &Self) { in clone_from() method
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
/Linux-v6.1/rust/alloc/vec/
Dmod.rs2535 fn clone_from(this: &mut Self, other: &Self); in clone_from() method
2540 default fn clone_from(this: &mut Self, other: &Self) { in clone_from() method
2556 fn clone_from(this: &mut Self, other: &Self) { in clone_from() method
2581 fn clone_from(&mut self, other: &Self) { in clone_from() method
2582 SpecCloneFrom::clone_from(self, other) in clone_from()