struct VpGlobals {
hv_vp_index: u32,
node_cpu_index: u32,
reg_page_pa: u64,
overlays_mapped: bool,
register_page_mapped: bool,
}
Fields§
§hv_vp_index: u32
§node_cpu_index: u32
§reg_page_pa: u64
§overlays_mapped: bool
§register_page_mapped: bool
Implementations§
Auto Trait Implementations§
impl Freeze for VpGlobals
impl RefUnwindSafe for VpGlobals
impl Send for VpGlobals
impl Sync for VpGlobals
impl Unpin for VpGlobals
impl UnwindSafe for VpGlobals
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