Home
last modified time | relevance | path

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

/linux-6.8/rust/alloc/
Dboxed.rs1324 fn clone_from(&mut self, source: &Self) { in clone_from() method
2051 fn clone_from(&mut self, other: &Self) { in clone_from() method
/linux-6.8/rust/alloc/vec/
Dmod.rs2939 fn clone_from(&mut self, other: &Self) { in clone_from() method