Home
last modified time | relevance | path

Searched refs:clone_from (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/rust/alloc/
H A Dboxed.rs1315 /// y.clone_from(&x);
1324 fn clone_from(&mut self, source: &Self) { in clone_from() functions
1325 (**self).clone_from(&(**source)); in clone_from()
2051 fn clone_from(&mut self, other: &Self) { in clone_from() functions
/kernel/linux/linux-6.6/rust/alloc/vec/
H A Dmod.rs2886 fn clone_from(&mut self, other: &Self) { in clone_from() functions

Completed in 8 milliseconds