pub enum VcpuRunState {
Runnable,
Interrupted,
}Expand description
A capability the IrqChip can possibly expose.
Variants§
Trait Implementations§
Source§impl Clone for VcpuRunState
impl Clone for VcpuRunState
Source§fn clone(&self) -> VcpuRunState
fn clone(&self) -> VcpuRunState
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 VcpuRunState
impl Debug for VcpuRunState
Source§impl PartialEq for VcpuRunState
impl PartialEq for VcpuRunState
impl Copy for VcpuRunState
impl Eq for VcpuRunState
impl StructuralPartialEq for VcpuRunState
Auto Trait Implementations§
impl Freeze for VcpuRunState
impl RefUnwindSafe for VcpuRunState
impl Send for VcpuRunState
impl Sync for VcpuRunState
impl Unpin for VcpuRunState
impl UnwindSafe for VcpuRunState
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