Home
last modified time | relevance | path

Searched defs:BqlRefMut (Results 1 – 2 of 2) sorted by relevance

/qemu/rust/qemu-api/src/
H A Dcell.rs900 pub struct BqlRefMut<'b, T: 'b> { struct
909 impl<T> Deref for BqlRefMut<'_, T> { implementation
919 impl<T> DerefMut for BqlRefMut<'_, T> { implementation
927 impl<T: fmt::Debug> fmt::Debug for BqlRefMut<'_, T> { implementation
933 impl<T: fmt::Display> fmt::Display for BqlRefMut<'_, T> { implementation
H A Dchardev.rs46 impl Write for BqlRefMut<'_, bindings::CharBackend> { implementation