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