Struct qapi_qmp::block_job_set_speed[][src]

pub struct block_job_set_speed {
    pub device: String,
    pub speed: isize,
}

Fields

Trait Implementations

impl Debug for block_job_set_speed
[src]

Formats the value using the given formatter. Read more

impl Clone for block_job_set_speed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for block_job_set_speed
[src]

NAME: &'static str = "block-job-set-speed"

Auto Trait Implementations

impl Send for block_job_set_speed

impl Sync for block_job_set_speed