Struct qapi_qmp::blockdev_create[][src]

pub struct blockdev_create {
    pub options: BlockdevCreateOptions,
    pub job_id: String,
}

Fields

Trait Implementations

impl Debug for blockdev_create
[src]

Formats the value using the given formatter. Read more

impl Clone for blockdev_create
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for blockdev_create
[src]

NAME: &'static str = "blockdev-create"

Auto Trait Implementations