Searched defs:Clone (Results 1 – 4 of 4) sorted by relevance
414 pub fn to_vec(&self) -> Vec<T> in to_vec()440 T: Clone, in to_vec_in()
228 def Clone(git_dir, output_dir): function
134 STDMETHODIMP CQGAVSSEnumObject::Clone(IVssEnumObject **ppenum) in Clone() function in CQGAVSSEnumObject
2244 pub fn split_off(&mut self, at: usize) -> Self in split_off()2786 pub fn from_elem_in<T: Clone, A: Allocator>(elem: T, n: usize, alloc: A) -> Vec<T, A> { in from_elem_in()