Home
last modified time | relevance | path

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

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