pub struct QemuSystemConfig { /* private fields */ }
Expand description
A configuration for running QEMU
This config can be serialized and deserialized using serde.
Trait Implementations§
Source§impl Clone for QemuSystemConfig
impl Clone for QemuSystemConfig
Source§fn clone(&self) -> QemuSystemConfig
fn clone(&self) -> QemuSystemConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Command for QemuSystemConfig
impl Command for QemuSystemConfig
Source§impl<'de> Deserialize<'de> for QemuSystemConfig
impl<'de> Deserialize<'de> for QemuSystemConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for QemuSystemConfig
impl Serialize for QemuSystemConfig
Source§impl<'sys> SystemConfig<'sys> for QemuSystemConfig
impl<'sys> SystemConfig<'sys> for QemuSystemConfig
type System = QemuSystem
Auto Trait Implementations§
impl Freeze for QemuSystemConfig
impl RefUnwindSafe for QemuSystemConfig
impl Send for QemuSystemConfig
impl Sync for QemuSystemConfig
impl Unpin for QemuSystemConfig
impl UnwindSafe for QemuSystemConfig
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