Struct project3::simple_ept_vm::EptVmBase
source · pub struct EptVmBase {}
Expand description
The Vmbase with EPT.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EptVmBase
impl Send for EptVmBase
impl Sync for EptVmBase
impl Unpin for EptVmBase
impl UnwindSafe for EptVmBase
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
const: unstable§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more