Struct qapi_qmp::migrate_set_downtime[][src]

pub struct migrate_set_downtime {
    pub value: f64,
}

Fields

Trait Implementations

impl Debug for migrate_set_downtime
[src]

Formats the value using the given formatter. Read more

impl Clone for migrate_set_downtime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for migrate_set_downtime
[src]

NAME: &'static str = "migrate_set_downtime"

Auto Trait Implementations

impl Send for migrate_set_downtime

impl Sync for migrate_set_downtime