Struct qapi_qmp::BlockDirtyBitmapAdd [−][src]
pub struct BlockDirtyBitmapAdd {
pub name: String,
pub granularity: Option<u32>,
pub x_disabled: Option<bool>,
pub node: String,
pub autoload: Option<bool>,
pub persistent: Option<bool>,
}Fields
name: String
granularity: Option<u32>
x_disabled: Option<bool>
node: String
autoload: Option<bool>
persistent: Option<bool>
Trait Implementations
impl Debug for BlockDirtyBitmapAdd[src]
impl Debug for BlockDirtyBitmapAddfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for BlockDirtyBitmapAdd[src]
impl Clone for BlockDirtyBitmapAddfn clone(&self) -> BlockDirtyBitmapAdd[src]
fn clone(&self) -> BlockDirtyBitmapAddReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for BlockDirtyBitmapAdd
impl Send for BlockDirtyBitmapAddimpl Sync for BlockDirtyBitmapAdd
impl Sync for BlockDirtyBitmapAdd