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