Struct panda_sys::MigrationInfo[][src]

#[repr(C)]
pub struct MigrationInfo {
Show fields pub has_status: bool, pub status: MigrationStatus, pub has_ram: bool, pub ram: *mut MigrationStats, pub has_disk: bool, pub disk: *mut MigrationStats, pub has_xbzrle_cache: bool, pub xbzrle_cache: *mut XBZRLECacheStats, pub has_total_time: bool, pub total_time: i64, pub has_expected_downtime: bool, pub expected_downtime: i64, pub has_downtime: bool, pub downtime: i64, pub has_setup_time: bool, pub setup_time: i64, pub has_cpu_throttle_percentage: bool, pub cpu_throttle_percentage: i64, pub has_error_desc: bool, pub error_desc: *mut c_char,
}

Fields

has_status: boolstatus: MigrationStatushas_ram: boolram: *mut MigrationStatshas_disk: booldisk: *mut MigrationStatshas_xbzrle_cache: boolxbzrle_cache: *mut XBZRLECacheStatshas_total_time: booltotal_time: i64has_expected_downtime: boolexpected_downtime: i64has_downtime: booldowntime: i64has_setup_time: boolsetup_time: i64has_cpu_throttle_percentage: boolcpu_throttle_percentage: i64has_error_desc: boolerror_desc: *mut c_char

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.