Struct qapi_qmp::MigrationStats
source · [−]pub struct MigrationStats {Show 17 fields
pub dirty_pages_rate: i32,
pub postcopy_requests: i32,
pub precopy_bytes: u64,
pub total: i32,
pub mbps: f64,
pub normal: i32,
pub multifd_bytes: u64,
pub pages_per_second: u64,
pub postcopy_bytes: u64,
pub transferred: i32,
pub skipped: i32,
pub duplicate: i32,
pub normal_bytes: i32,
pub page_size: i32,
pub remaining: i32,
pub dirty_sync_count: i32,
pub downtime_bytes: u64,
}Fields
dirty_pages_rate: i32postcopy_requests: i32precopy_bytes: u64total: i32mbps: f64normal: i32multifd_bytes: u64pages_per_second: u64postcopy_bytes: u64transferred: i32skipped: i32duplicate: i32normal_bytes: i32page_size: i32remaining: i32dirty_sync_count: i32downtime_bytes: u64Trait Implementations
sourceimpl Clone for MigrationStats
impl Clone for MigrationStats
sourcefn clone(&self) -> MigrationStats
fn clone(&self) -> MigrationStats
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for MigrationStats
impl Debug for MigrationStats
sourceimpl<'de> Deserialize<'de> for MigrationStats
impl<'de> Deserialize<'de> for MigrationStats
sourcefn 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
sourceimpl Serialize for MigrationStats
impl Serialize for MigrationStats
Auto Trait Implementations
impl RefUnwindSafe for MigrationStats
impl Send for MigrationStats
impl Sync for MigrationStats
impl Unpin for MigrationStats
impl UnwindSafe for MigrationStats
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more