pub struct VmChipsetResult {
pub chipset: BaseChipsetManifest,
pub chipset_devices: Vec<ChipsetDeviceHandle>,
}
Expand description
The result of building a VM manifest.
Fields§
§chipset: BaseChipsetManifest
The base chipset manifest for the VM.
chipset_devices: Vec<ChipsetDeviceHandle>
The list of chipset devices present in the VM.
Auto Trait Implementations§
impl Freeze for VmChipsetResult
impl !RefUnwindSafe for VmChipsetResult
impl Send for VmChipsetResult
impl !Sync for VmChipsetResult
impl Unpin for VmChipsetResult
impl !UnwindSafe for VmChipsetResult
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