Home
last modified time | relevance | path

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

/openbmc/qemu/rust/qemu-api/src/
H A Dcell.rs904 pub struct BqlRefMut<'b, T: 'b> { struct
913 impl<T> Deref for BqlRefMut<'_, T> { argument
923 impl<T> DerefMut for BqlRefMut<'_, T> { implementation
931 impl<T: fmt::Debug> fmt::Debug for BqlRefMut<'_, T> { implementation
937 impl<T: fmt::Display> fmt::Display for BqlRefMut<'_, T> { implementation
H A Dchardev.rs47 impl Write for BqlRefMut<'_, bindings::CharBackend> { implementation