pub enum VfioMigrationState {
stop,
running,
stop_copy,
resuming,
running_p2p,
pre_copy,
pre_copy_p2p,
}
Variants§
Trait Implementations§
Source§impl Clone for VfioMigrationState
impl Clone for VfioMigrationState
Source§fn clone(&self) -> VfioMigrationState
fn clone(&self) -> VfioMigrationState
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 Debug for VfioMigrationState
impl Debug for VfioMigrationState
Source§impl<'de> Deserialize<'de> for VfioMigrationState
impl<'de> Deserialize<'de> for VfioMigrationState
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 Enum for VfioMigrationState
impl Enum for VfioMigrationState
Source§impl FromStr for VfioMigrationState
impl FromStr for VfioMigrationState
Source§impl Hash for VfioMigrationState
impl Hash for VfioMigrationState
Source§impl Ord for VfioMigrationState
impl Ord for VfioMigrationState
Source§fn cmp(&self, other: &VfioMigrationState) -> Ordering
fn cmp(&self, other: &VfioMigrationState) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VfioMigrationState
impl PartialEq for VfioMigrationState
Source§impl PartialOrd for VfioMigrationState
impl PartialOrd for VfioMigrationState
Source§impl Serialize for VfioMigrationState
impl Serialize for VfioMigrationState
impl Copy for VfioMigrationState
impl Eq for VfioMigrationState
impl StructuralPartialEq for VfioMigrationState
Auto Trait Implementations§
impl Freeze for VfioMigrationState
impl RefUnwindSafe for VfioMigrationState
impl Send for VfioMigrationState
impl Sync for VfioMigrationState
impl Unpin for VfioMigrationState
impl UnwindSafe for VfioMigrationState
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