Searched defs:borrow_mut (Results 1 – 2 of 2) sorted by relevance
/qemu/rust/qemu-api/src/ | ||
H A D | chardev.rs | 199 pub fn borrow_mut(&self) -> impl Write + '_ { in borrow_mut() method |
H A D | cell.rs | 651 pub fn borrow_mut(&self) -> BqlRefMut<'_, T> { in borrow_mut() method |