pub struct NestedPageFaultInfo {
pub access_flags: MappingFlags,
pub fault_guest_paddr: GuestPhysAddr,
}Expand description
Information about nested page faults.
Fields§
§access_flags: MappingFlagsAccess type that caused the nested page fault.
fault_guest_paddr: GuestPhysAddrGuest physical address that caused the nested page fault.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NestedPageFaultInfo
impl RefUnwindSafe for NestedPageFaultInfo
impl Send for NestedPageFaultInfo
impl Sync for NestedPageFaultInfo
impl Unpin for NestedPageFaultInfo
impl UnsafeUnpin for NestedPageFaultInfo
impl UnwindSafe for NestedPageFaultInfo
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