Home
last modified time | relevance | path

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

/Linux-v6.6/rust/alloc/
Dboxed.rs1302 fn clone_from(&mut self, source: &Self) { in clone_from() method
2029 fn clone_from(&mut self, other: &Self) { in clone_from() method
/Linux-v6.6/rust/alloc/vec/
Dmod.rs2901 fn clone_from(&mut self, other: &Self) { in clone_from() method