Struct qapi_qmp::MigrationStats
[−]
[src]
pub struct MigrationStats { pub dirty_sync_count: isize, pub page_size: isize, pub remaining: isize, pub normal: isize, pub total: isize, pub transferred: isize, pub dirty_pages_rate: isize, pub duplicate: isize, pub normal_bytes: isize, pub skipped: isize, pub postcopy_requests: isize, pub mbps: f64, }
Fields
dirty_sync_count: isize
page_size: isize
remaining: isize
normal: isize
total: isize
transferred: isize
dirty_pages_rate: isize
duplicate: isize
normal_bytes: isize
skipped: isize
postcopy_requests: isize
mbps: f64
Trait Implementations
impl Debug for MigrationStats
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for MigrationStats
[src]
fn clone(&self) -> MigrationStats
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more