pub struct VirtioMemoryBalloonDevice;Expand description
Placeholder — memory balloon is not yet implemented for KVM. Kept for API compatibility with vm-darwin.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VirtioMemoryBalloonDevice
impl RefUnwindSafe for VirtioMemoryBalloonDevice
impl Send for VirtioMemoryBalloonDevice
impl Sync for VirtioMemoryBalloonDevice
impl Unpin for VirtioMemoryBalloonDevice
impl UnsafeUnpin for VirtioMemoryBalloonDevice
impl UnwindSafe for VirtioMemoryBalloonDevice
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