Enum fixture::vhost_user::CmdType
source · pub enum CmdType {
Device,
Devices,
}
Variants§
Device
crosvm device
command
Devices
crosvm devices
command that is newer and supports sandboxing and multiple device
processes.
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CmdType
impl Send for CmdType
impl Sync for CmdType
impl Unpin for CmdType
impl UnwindSafe for CmdType
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