Home
last modified time | relevance | path

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

/Linux-v6.6/rust/alloc/
Dslice.rs112 pub fn to_vec<T: ConvertVec, A: Allocator>(s: &[T], alloc: A) -> Vec<T, A> { in to_vec() argument
117 pub trait ConvertVec { interface
124 impl<T: Clone> ConvertVec for T {
161 impl<T: Copy> ConvertVec for T {