pub enum VcpuShutdownErrorKind {
DoubleFault,
TripleFault,
Other,
}Variants§
Trait Implementations§
Source§impl Clone for VcpuShutdownErrorKind
impl Clone for VcpuShutdownErrorKind
Source§fn clone(&self) -> VcpuShutdownErrorKind
fn clone(&self) -> VcpuShutdownErrorKind
Returns a copy 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 Debug for VcpuShutdownErrorKind
impl Debug for VcpuShutdownErrorKind
impl Copy for VcpuShutdownErrorKind
Auto Trait Implementations§
impl Freeze for VcpuShutdownErrorKind
impl RefUnwindSafe for VcpuShutdownErrorKind
impl Send for VcpuShutdownErrorKind
impl Sync for VcpuShutdownErrorKind
impl Unpin for VcpuShutdownErrorKind
impl UnwindSafe for VcpuShutdownErrorKind
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