Enum linux_loader::loader::elf::PvhBootCapability [−][src]
pub enum PvhBootCapability {
PvhEntryPresent(GuestAddress),
PvhEntryNotPresent,
PvhEntryIgnored,
}
Expand description
Availability of PVH entry point in the kernel, which allows the VMM to use the PVH boot protocol to start guests.
Variants
PvhEntryPresent(GuestAddress)
PVH entry point is present
Tuple Fields of PvhEntryPresent
0: GuestAddress
PVH entry point is not present
PVH entry point is ignored, even if available
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PvhBootCapability
impl Send for PvhBootCapability
impl Sync for PvhBootCapability
impl Unpin for PvhBootCapability
impl UnwindSafe for PvhBootCapability
Blanket Implementations
Mutably borrows from an owned value. Read more