Searched refs:as_mut (Results 1 – 3 of 3) sorted by relevance
116 let source_vec = self.0.vec.as_mut(); in drop()140 let vec = vec.as_mut(); in drop()167 let vec_ptr = vec.as_mut().as_mut_ptr(); in drop()
2937 fn as_mut(&mut self) -> &mut Vec<T, A> { in as_mut() method2951 fn as_mut(&mut self) -> &mut [T] { in as_mut() method
1948 fn as_mut(&mut self) -> &mut T { in as_mut() method2001 G::resume((*self).as_mut(), arg) in resume()