Struct cloud_hypervisor_command_builder::Device
source · pub struct Device {
pub path: Option<PathBuf>,
pub iommu: Option<OnOff>,
pub id: Option<String>,
pub pci_segment: Option<String>,
}Fields§
§path: Option<PathBuf>§iommu: Option<OnOff>§id: Option<String>§pci_segment: Option<String>Auto Trait Implementations§
impl RefUnwindSafe for Device
impl Send for Device
impl Sync for Device
impl Unpin for Device
impl UnwindSafe for Device
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