Home
last modified time | relevance | path

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

/Linux-v6.6/rust/alloc/
Dalloc.rs430 pub(crate) trait WriteCloneIntoRaw: Sized { interface
434 impl<T: Clone> WriteCloneIntoRaw for T {
443 impl<T: Copy> WriteCloneIntoRaw for T {
Dboxed.rs171 use crate::alloc::{handle_alloc_error, WriteCloneIntoRaw};