Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/vec/
H A Ddrain.rs108 let source_vec = this.vec.as_mut(); in keep_rest()
185 let source_vec = self.0.vec.as_mut(); in drop()
209 let vec = vec.as_mut(); in drop()
236 let vec_ptr = vec.as_mut().as_mut_ptr(); in drop()
H A Dmod.rs3347 fn as_mut(&mut self) -> &mut Vec<T, A> { in as_mut() method
3361 fn as_mut(&mut self) -> &mut [T] { in as_mut() method
/openbmc/linux/rust/kernel/
H A Dtypes.rs192 &mut self.0.as_mut().unwrap().0 in deref_mut()
/openbmc/linux/rust/kernel/sync/
H A Darc.rs611 unsafe { &mut self.inner.ptr.as_mut().data } in deref_mut()
/openbmc/linux/rust/alloc/
H A Dboxed.rs2083 fn as_mut(&mut self) -> &mut T { in as_mut() method
2135 G::resume((*self).as_mut(), arg) in resume()