Struct qapi_qmp::x_blockdev_change[][src]

pub struct x_blockdev_change {
    pub parent: String,
    pub node: Option<String>,
    pub child: Option<String>,
}

Fields

Trait Implementations

impl Debug for x_blockdev_change
[src]

Formats the value using the given formatter. Read more

impl Clone for x_blockdev_change
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for x_blockdev_change
[src]

NAME: &'static str = "x-blockdev-change"

Auto Trait Implementations

impl Send for x_blockdev_change

impl Sync for x_blockdev_change