pub enum QemuExitCode {
Success = 16,
Failed = 17,
}Expand description
This is the QEMU exit code
Variants§
Auto Trait Implementations§
impl Freeze for QemuExitCode
impl RefUnwindSafe for QemuExitCode
impl Send for QemuExitCode
impl Sync for QemuExitCode
impl Unpin for QemuExitCode
impl UnwindSafe for QemuExitCode
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