Struct qapi_qmp::blockdev_add[][src]

pub struct blockdev_add(pub BlockdevOptions);

Trait Implementations

impl Debug for blockdev_add
[src]

Formats the value using the given formatter. Read more

impl Clone for blockdev_add
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for blockdev_add
[src]

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

Auto Trait Implementations