#[repr(C)]pub struct qemu_plugin_mem_value {
pub type_: qemu_plugin_mem_value_type,
pub data: qemu_plugin_mem_value__bindgen_ty_1,
}
Expand description
typedef qemu_plugin_mem_value - value accessed during a load/store
Fields§
§type_: qemu_plugin_mem_value_type
§data: qemu_plugin_mem_value__bindgen_ty_1
Trait Implementations§
Source§impl Clone for qemu_plugin_mem_value
impl Clone for qemu_plugin_mem_value
Source§fn clone(&self) -> qemu_plugin_mem_value
fn clone(&self) -> qemu_plugin_mem_value
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 Default for qemu_plugin_mem_value
impl Default for qemu_plugin_mem_value
Source§fn default() -> qemu_plugin_mem_value
fn default() -> qemu_plugin_mem_value
Returns the “default value” for a type. Read more
Source§impl From<qemu_plugin_mem_value> for MemValue
impl From<qemu_plugin_mem_value> for MemValue
Source§fn from(value: qemu_plugin_mem_value) -> Self
fn from(value: qemu_plugin_mem_value) -> Self
Converts to this type from the input type.
impl Copy for qemu_plugin_mem_value
Auto Trait Implementations§
impl Freeze for qemu_plugin_mem_value
impl RefUnwindSafe for qemu_plugin_mem_value
impl Send for qemu_plugin_mem_value
impl Sync for qemu_plugin_mem_value
impl Unpin for qemu_plugin_mem_value
impl UnwindSafe for qemu_plugin_mem_value
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