Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A Dalloc.rs409 pub(crate) trait WriteCloneIntoRaw: Sized { interface
413 impl<T: Clone> WriteCloneIntoRaw for T {
422 impl<T: Copy> WriteCloneIntoRaw for T {
H A Dboxed.rs171 use crate::alloc::{handle_alloc_error, WriteCloneIntoRaw};