pub enum ControllerType {
Scsi,
Ide,
Nvme,
}Expand description
Logical type of the storage controller, used for both devices presented from the host to VTL2, and also from VTL2 to the VTL0 guest.
Variants§
Trait Implementations§
Source§impl Debug for ControllerType
impl Debug for ControllerType
Source§impl PartialEq for ControllerType
impl PartialEq for ControllerType
impl Eq for ControllerType
impl StructuralPartialEq for ControllerType
Auto Trait Implementations§
impl Freeze for ControllerType
impl RefUnwindSafe for ControllerType
impl Send for ControllerType
impl Sync for ControllerType
impl Unpin for ControllerType
impl UnwindSafe for ControllerType
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.