Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A 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
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs2886 fn clone_from(&mut self, other: &Self) { in clone_from() method