pub enum ImageType {
Raw,
Qcow2,
CompositeDisk,
AndroidSparse,
}
Expand description
The variants of image files on the host that can be used as virtual disks.
Variants§
Trait Implementations§
source§impl PartialEq for ImageType
impl PartialEq for ImageType
impl Eq for ImageType
impl StructuralPartialEq for ImageType
Auto Trait Implementations§
impl RefUnwindSafe for ImageType
impl Send for ImageType
impl Sync for ImageType
impl Unpin for ImageType
impl UnwindSafe for ImageType
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