Struct qapi_qmp::MigrationStats[][src]

pub struct MigrationStats {
    pub dirty_sync_count: isize,
    pub normal: isize,
    pub total: isize,
    pub duplicate: isize,
    pub dirty_pages_rate: isize,
    pub mbps: f64,
    pub normal_bytes: isize,
    pub multifd_bytes: u64,
    pub remaining: isize,
    pub skipped: isize,
    pub postcopy_requests: isize,
    pub page_size: isize,
    pub transferred: isize,
}

Fields

Trait Implementations

impl Debug for MigrationStats
[src]

Formats the value using the given formatter. Read more

impl Clone for MigrationStats
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations