Home
last modified time | relevance | path

Searched refs:write_clone_into_raw (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/rust/alloc/
Dalloc.rs431 unsafe fn write_clone_into_raw(&self, target: *mut Self); in write_clone_into_raw() method
436 default unsafe fn write_clone_into_raw(&self, target: *mut Self) { in write_clone_into_raw() method
445 unsafe fn write_clone_into_raw(&self, target: *mut Self) { in write_clone_into_raw() method
Dboxed.rs1279 (**self).write_clone_into_raw(boxed.as_mut_ptr()); in clone()