Home
last modified time | relevance | path

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

/openbmc/qemu/rust/qemu-api/src/
H A Dcell.rs254 pub struct BqlCell<T> { struct
260 unsafe impl<T: Send> Send for BqlCell<T> {} implementation
261 unsafe impl<T: Send> Sync for BqlCell<T> {} implementation
263 impl<T: Copy> Clone for BqlCell<T> { implementation
270 impl<T: Default> Default for BqlCell<T> { implementation
278 impl<T: PartialEq + Copy> PartialEq for BqlCell<T> { implementation
285 impl<T: Eq + Copy> Eq for BqlCell<T> {} implementation
287 impl<T: PartialOrd + Copy> PartialOrd for BqlCell<T> { implementation
294 impl<T: Ord + Copy> Ord for BqlCell<T> { implementation
301 impl<T> From<T> for BqlCell<T> { implementation
[all …]