pub enum StartupMemoryType {
Ram,
Vtl2ProtectableRam,
}
Expand description
The startup memory type used to notify a well behaved host that memory should be present before attempting to start the guest.
Variants§
Ram
The range is normal memory.
Vtl2ProtectableRam
The range is normal memory that additionally can have VTL2 protections applied by the guest.
Trait Implementations§
Source§impl Debug for StartupMemoryType
impl Debug for StartupMemoryType
Source§impl PartialEq for StartupMemoryType
impl PartialEq for StartupMemoryType
impl Eq for StartupMemoryType
impl StructuralPartialEq for StartupMemoryType
Auto Trait Implementations§
impl Freeze for StartupMemoryType
impl RefUnwindSafe for StartupMemoryType
impl Send for StartupMemoryType
impl Sync for StartupMemoryType
impl Unpin for StartupMemoryType
impl UnwindSafe for StartupMemoryType
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