#[repr(C, packed(1))]pub struct vmcb {
pub control: vmcb_control_area,
pub save: vmcb_save_area,
}Fields§
§control: vmcb_control_area§save: vmcb_save_areaTrait Implementations§
Auto Trait Implementations§
impl Freeze for vmcb
impl RefUnwindSafe for vmcb
impl Send for vmcb
impl Sync for vmcb
impl Unpin for vmcb
impl UnwindSafe for vmcb
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