pub enum IgvmParameterType {
VpCount,
Srat,
Madt,
MmioRanges,
MemoryMap,
CommandLine,
Slit,
Pptt,
DeviceTree,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IgvmParameterType
impl RefUnwindSafe for IgvmParameterType
impl Send for IgvmParameterType
impl Sync for IgvmParameterType
impl Unpin for IgvmParameterType
impl UnwindSafe for IgvmParameterType
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