pub enum TranslateCachingInfo {
NoPaging,
Paging {
pat_index: u64,
},
}
Expand description
Information from a translation walk that can be used to determine memory type.
Variants§
Auto Trait Implementations§
impl Freeze for TranslateCachingInfo
impl RefUnwindSafe for TranslateCachingInfo
impl Send for TranslateCachingInfo
impl Sync for TranslateCachingInfo
impl Unpin for TranslateCachingInfo
impl UnwindSafe for TranslateCachingInfo
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