Home
last modified time | relevance | path

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

/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
/Linux-v6.1/rust/alloc/
Dborrow.rs208 fn clone_from(&mut self, source: &Self) { in clone_from() method
Dboxed.rs1266 fn clone_from(&mut self, source: &Self) { in clone_from() method
1916 fn clone_from(&mut self, other: &Self) { in clone_from() method