pub struct QemuOpt { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for QemuOpt
impl RefUnwindSafe for QemuOpt
impl Send for QemuOpt
impl Sync for QemuOpt
impl Unpin for QemuOpt
impl UnwindSafe for QemuOpt
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