Searched defs:getMut (Results 1 – 2 of 2) sorted by relevance
28 size_t &C::getMut() { return this->n; } in getMut() function in tests::C
201 fn getMut(self: Pin<&mut C>) -> &mut usize; in getMut() function