#[repr(C)]pub struct qemu_plugin_u64 {
pub score: *mut qemu_plugin_scoreboard,
pub offset: usize,
}
Expand description
typedef qemu_plugin_u64 - uint64_t member of an entry in a scoreboard
This field allows to access a specific uint64_t member in one given entry, located at a specified offset. Inline operations expect this as entry.
Fields§
§score: *mut qemu_plugin_scoreboard
§offset: usize
Trait Implementations§
Source§impl Clone for qemu_plugin_u64
impl Clone for qemu_plugin_u64
Source§fn clone(&self) -> qemu_plugin_u64
fn clone(&self) -> qemu_plugin_u64
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for qemu_plugin_u64
impl Debug for qemu_plugin_u64
Source§impl Default for qemu_plugin_u64
impl Default for qemu_plugin_u64
Source§impl Hash for qemu_plugin_u64
impl Hash for qemu_plugin_u64
Source§impl Ord for qemu_plugin_u64
impl Ord for qemu_plugin_u64
Source§fn cmp(&self, other: &qemu_plugin_u64) -> Ordering
fn cmp(&self, other: &qemu_plugin_u64) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for qemu_plugin_u64
impl PartialEq for qemu_plugin_u64
Source§impl PartialOrd for qemu_plugin_u64
impl PartialOrd for qemu_plugin_u64
impl Copy for qemu_plugin_u64
impl Eq for qemu_plugin_u64
impl StructuralPartialEq for qemu_plugin_u64
Auto Trait Implementations§
impl Freeze for qemu_plugin_u64
impl RefUnwindSafe for qemu_plugin_u64
impl !Send for qemu_plugin_u64
impl !Sync for qemu_plugin_u64
impl Unpin for qemu_plugin_u64
impl UnwindSafe for qemu_plugin_u64
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more