pub enum VmImage {
Kernel(File),
Bios(File),
}Variants§
Auto Trait Implementations§
impl Freeze for VmImage
impl RefUnwindSafe for VmImage
impl Send for VmImage
impl Sync for VmImage
impl Unpin for VmImage
impl UnwindSafe for VmImage
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