Home
last modified time | relevance | path

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

/qemu/rust/qemu-api/src/
H A Dcell.rs258 pub struct BqlCell<T> { global() struct
264 unsafe impl<T: Send> Send for BqlCell<T> {} global() implementation
265 unsafe impl<T: Send> Sync for BqlCell<T> {} global() implementation
267 impl<T: Copy> Clone for BqlCell<T> { global() implementation
274 impl<T: Default> Default for BqlCell<T> { global() implementation
282 impl<T: PartialEq + Copy> PartialEq for BqlCell<T> { global() implementation
289 impl<T: Eq + Copy> Eq for BqlCell<T> {} global() implementation
291 impl<T: PartialOrd + Copy> PartialOrd for BqlCell<T> { global() implementation
298 impl<T: Ord + Copy> Ord for BqlCell<T> { global() implementation
305 impl<T> From<T> for BqlCell<T> { global() implementation
312 impl<T: fmt::Debug + Copy> fmt::Debug for BqlCell<T> { global() implementation
318 impl<T: fmt::Display + Copy> fmt::Display for BqlCell<T> { global() implementation
324 impl<T> BqlCell<T> { global() implementation
401 impl<T: Copy> BqlCell<T> { global() implementation
424 impl<T> BqlCell<T> { global() implementation
443 impl<T: Default> BqlCell<T> { global() implementation
[all...]