pub enum DriveInterface {
Ide,
Scsi,
Sd,
Mtd,
Floppy,
Pflash,
Virtio,
None,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DriveInterface
impl RefUnwindSafe for DriveInterface
impl Send for DriveInterface
impl Sync for DriveInterface
impl Unpin for DriveInterface
impl UnwindSafe for DriveInterface
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