Home
last modified time | relevance | path

Searched refs: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
1303 (**self).clone_from(&(**source)); in clone_from()
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