Struct qapi_qmp::x_blockdev_set_iothread[][src]

pub struct x_blockdev_set_iothread {
    pub node_name: String,
    pub force: Option<bool>,
    pub iothread: StrOrNull,
}

Fields

Trait Implementations

impl Debug for x_blockdev_set_iothread
[src]

Formats the value using the given formatter. Read more

impl Clone for x_blockdev_set_iothread
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for x_blockdev_set_iothread
[src]

NAME: &'static str = "x-blockdev-set-iothread"

Auto Trait Implementations