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