Home
last modified time | relevance | path

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

/rust/alloc/vec/
Ddrain.rs116 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()
Dmod.rs2937 fn as_mut(&mut self) -> &mut Vec<T, A> { in as_mut() method
2951 fn as_mut(&mut self) -> &mut [T] { in as_mut() method
/rust/alloc/
Dboxed.rs1948 fn as_mut(&mut self) -> &mut T { in as_mut() method
2001 G::resume((*self).as_mut(), arg) in resume()