pub struct TranslateResult {
pub gpa: u64,
pub cache_info: TranslateCachingInfo,
}
Expand description
Result of translation
Fields§
§gpa: u64
The translated GPA.
cache_info: TranslateCachingInfo
Information from the walk that can be used to determine memory type
Auto Trait Implementations§
impl Freeze for TranslateResult
impl RefUnwindSafe for TranslateResult
impl Send for TranslateResult
impl Sync for TranslateResult
impl Unpin for TranslateResult
impl UnwindSafe for TranslateResult
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