pub struct InitialTranslation {
pub gva: u64,
pub gpa: u64,
pub translate_mode: TranslateMode,
}
Expand description
The translation, if any, provided in the intercept message and provided by EmulatorSupport
.
Fields§
§gva: u64
GVA for the translation
gpa: u64
Translated gpa for the gva
translate_mode: TranslateMode
Auto Trait Implementations§
impl Freeze for InitialTranslation
impl RefUnwindSafe for InitialTranslation
impl Send for InitialTranslation
impl Sync for InitialTranslation
impl Unpin for InitialTranslation
impl UnwindSafe for InitialTranslation
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