#[repr(u32)]pub enum qemu_plugin_mem_value_type {
QEMU_PLUGIN_MEM_VALUE_U8 = 0,
QEMU_PLUGIN_MEM_VALUE_U16 = 1,
QEMU_PLUGIN_MEM_VALUE_U32 = 2,
QEMU_PLUGIN_MEM_VALUE_U64 = 3,
QEMU_PLUGIN_MEM_VALUE_U128 = 4,
}Variants§
QEMU_PLUGIN_MEM_VALUE_U8 = 0
QEMU_PLUGIN_MEM_VALUE_U16 = 1
QEMU_PLUGIN_MEM_VALUE_U32 = 2
QEMU_PLUGIN_MEM_VALUE_U64 = 3
QEMU_PLUGIN_MEM_VALUE_U128 = 4
Trait Implementations§
Source§impl Clone for qemu_plugin_mem_value_type
impl Clone for qemu_plugin_mem_value_type
Source§fn clone(&self) -> qemu_plugin_mem_value_type
fn clone(&self) -> qemu_plugin_mem_value_type
Returns a duplicate 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_mem_value_type
impl Debug for qemu_plugin_mem_value_type
Source§impl Hash for qemu_plugin_mem_value_type
impl Hash for qemu_plugin_mem_value_type
Source§impl Ord for qemu_plugin_mem_value_type
impl Ord for qemu_plugin_mem_value_type
Source§fn cmp(&self, other: &qemu_plugin_mem_value_type) -> Ordering
fn cmp(&self, other: &qemu_plugin_mem_value_type) -> 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 PartialOrd for qemu_plugin_mem_value_type
impl PartialOrd for qemu_plugin_mem_value_type
impl Copy for qemu_plugin_mem_value_type
impl Eq for qemu_plugin_mem_value_type
impl StructuralPartialEq for qemu_plugin_mem_value_type
Auto Trait Implementations§
impl Freeze for qemu_plugin_mem_value_type
impl RefUnwindSafe for qemu_plugin_mem_value_type
impl Send for qemu_plugin_mem_value_type
impl Sync for qemu_plugin_mem_value_type
impl Unpin for qemu_plugin_mem_value_type
impl UnwindSafe for qemu_plugin_mem_value_type
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