pub struct KvmMmioExit {
pub phys_addr: u64,
pub data: u64,
pub len: u8,
pub is_write: bool,
}Expand description
Information about an MMIO VM exit
Fields§
§phys_addr: u64Physical address accessed
data: u64Data value
len: u8Access length in bytes
is_write: boolTrue if this is a write, false for read
Trait Implementations§
Source§impl Clone for KvmMmioExit
impl Clone for KvmMmioExit
Source§fn clone(&self) -> KvmMmioExit
fn clone(&self) -> KvmMmioExit
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KvmMmioExit
impl Debug for KvmMmioExit
Source§impl Default for KvmMmioExit
impl Default for KvmMmioExit
Source§fn default() -> KvmMmioExit
fn default() -> KvmMmioExit
Returns the “default value” for a type. Read more
impl Copy for KvmMmioExit
Auto Trait Implementations§
impl Freeze for KvmMmioExit
impl RefUnwindSafe for KvmMmioExit
impl Send for KvmMmioExit
impl Sync for KvmMmioExit
impl Unpin for KvmMmioExit
impl UnwindSafe for KvmMmioExit
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)