Struct qapi_qmp::block_dirty_bitmap_remove[][src]

pub struct block_dirty_bitmap_remove(pub BlockDirtyBitmap);

Trait Implementations

impl Debug for block_dirty_bitmap_remove
[src]

Formats the value using the given formatter. Read more

impl Clone for block_dirty_bitmap_remove
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for block_dirty_bitmap_remove
[src]

NAME: &'static str = "block-dirty-bitmap-remove"

Auto Trait Implementations