pub struct MachineConfig {
pub vcpu_count: u32,
pub mem_size_mib: u32,
pub track_dirty_pages: bool,
}Expand description
PUT /machine-config
Fields§
§vcpu_count: u32§mem_size_mib: u32§track_dirty_pages: boolHypervisor-managed time: forward host clock corrections into the guest.
Trait Implementations§
Source§impl Debug for MachineConfig
impl Debug for MachineConfig
Auto Trait Implementations§
impl Freeze for MachineConfig
impl RefUnwindSafe for MachineConfig
impl Send for MachineConfig
impl Sync for MachineConfig
impl Unpin for MachineConfig
impl UnsafeUnpin for MachineConfig
impl UnwindSafe for MachineConfig
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