Struct qapi_qmp::BlockDirtyBitmapAdd[][src]

pub struct BlockDirtyBitmapAdd {
    pub node: String,
    pub name: String,
    pub autoload: Option<bool>,
    pub persistent: Option<bool>,
    pub x_disabled: Option<bool>,
    pub granularity: Option<u32>,
}

Fields

Trait Implementations

impl Debug for BlockDirtyBitmapAdd
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockDirtyBitmapAdd
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations