pub struct VmEventMemAccess {
pub gfn: u64,
pub offset: u64,
pub gla: u64,
pub flags: u32,
}
Fields§
§gfn: u64
§offset: u64
§gla: u64
§flags: u32
Trait Implementations§
Source§impl Debug for VmEventMemAccess
impl Debug for VmEventMemAccess
Source§impl From<VmEventMemAccess> for vm_event_mem_access
impl From<VmEventMemAccess> for vm_event_mem_access
Source§fn from(value: VmEventMemAccess) -> Self
fn from(value: VmEventMemAccess) -> Self
Converts to this type from the input type.
Source§impl From<vm_event_mem_access> for VmEventMemAccess
impl From<vm_event_mem_access> for VmEventMemAccess
Source§fn from(value: vm_event_mem_access) -> Self
fn from(value: vm_event_mem_access) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for VmEventMemAccess
impl RefUnwindSafe for VmEventMemAccess
impl Send for VmEventMemAccess
impl Sync for VmEventMemAccess
impl Unpin for VmEventMemAccess
impl UnwindSafe for VmEventMemAccess
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