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_downtime
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 migrate_set_downtime
[src]
impl Clone for migrate_set_downtime
fn clone(&self) -> migrate_set_downtime
[src]
fn clone(&self) -> migrate_set_downtime
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
impl Command for migrate_set_downtime
[src]
impl Command for migrate_set_downtime
Auto Trait Implementations
impl Send for migrate_set_downtime
impl Send for migrate_set_downtime
impl Sync for migrate_set_downtime
impl Sync for migrate_set_downtime