Searched refs:WriteCloneIntoRaw (Results 1 – 2 of 2) sorted by relevance
421 pub(crate) trait WriteCloneIntoRaw: Sized { interface425 impl<T: Clone> WriteCloneIntoRaw for T {434 impl<T: Copy> WriteCloneIntoRaw for T {
158 use crate::alloc::{handle_alloc_error, WriteCloneIntoRaw};