Home
last modified time | relevance | path

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

/linux-6.1.9/rust/alloc/
Dslice.rs479 pub fn to_vec(&self) -> Vec<T> in to_vec()
505 T: Clone, in to_vec_in()
/linux-6.1.9/rust/alloc/vec/
Dmod.rs1978 pub fn split_off(&mut self, at: usize) -> Self in split_off()
2454 pub fn from_elem_in<T: Clone, A: Allocator>(elem: T, n: usize, alloc: A) -> Vec<T, A> { in from_elem_in()