Searched defs:getMut (Results 1 – 2 of 2) sorted by relevance
/external/rust/cxx/tests/ffi/ | ||
D | tests.cc | 28 size_t &C::getMut() { return this->n; } in getMut() function in tests::C |
D | lib.rs | 188 fn getMut(self: Pin<&mut C>) -> &mut usize; in getMut() function |