Home
last modified time | relevance | path

Searched defs:SpecCloneIntoVec (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/rust/alloc/
H A Dslice.rs791 pub(crate) trait SpecCloneIntoVec<T, A: Allocator> { interface
796 impl<T: Clone, A: Allocator> SpecCloneIntoVec<T, A> for [T] { impl
812 impl<T: Copy, A: Allocator> SpecCloneIntoVec<T, A> for [T] { impl