Home
last modified time | relevance | path

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

/openbmc/qemu/rust/qemu-api/src/
H A Dcell.rs818 pub struct BqlRef<'b, T: 'b> { struct
826 impl<T> Deref for BqlRef<'_, T> { argument
836 impl<'b, T> BqlRef<'b, T> { impl
856 impl<T: fmt::Debug> fmt::Debug for BqlRef<'_, T> { implementation
862 impl<T: fmt::Display> fmt::Display for BqlRef<'_, T> { implementation