Home
last modified time | relevance | path

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

/openbmc/qemu/rust/qemu-api/src/
H A Dcell.rs469 pub struct BqlRefCell<T> { struct
486 // components of a `BqlRefCell` (e.g., different ranges of a slice). argument
509 impl<T> BqlRefCell<T> { impl
548 impl<T> BqlRefCell<T> { impl
694 unsafe impl<T> Send for BqlRefCell<T> where T: Send {} implementation
695 unsafe impl<T> Sync for BqlRefCell<T> {} implementation
697 impl<T: Clone> Clone for BqlRefCell<T> { implementation
717 impl<T: Default> Default for BqlRefCell<T> { implementation
725 impl<T: PartialEq> PartialEq for BqlRefCell<T> { implementation
736 impl<T: Eq> Eq for BqlRefCell<T> {} implementation
[all …]