Struct qapi_qmp::migrate_set_downtime [−][src]
pub struct migrate_set_downtime {
pub value: f64,
}Fields
value: f64
Trait Implementations
impl Debug for migrate_set_downtime[src]
impl Debug for migrate_set_downtimefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for migrate_set_downtime[src]
impl Clone for migrate_set_downtimefn clone(&self) -> migrate_set_downtime[src]
fn clone(&self) -> migrate_set_downtimeReturns 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
impl Command for migrate_set_downtime[src]
impl Command for migrate_set_downtimeAuto Trait Implementations
impl Send for migrate_set_downtime
impl Send for migrate_set_downtimeimpl Sync for migrate_set_downtime
impl Sync for migrate_set_downtime