Struct qapi_qmp::BlockDirtyBitmapAdd
source · pub struct BlockDirtyBitmapAdd {
pub persistent: Option<bool>,
pub node: String,
pub granularity: Option<u32>,
pub x_disabled: Option<bool>,
pub autoload: Option<bool>,
pub name: String,
}Fields§
§persistent: Option<bool>§node: String§granularity: Option<u32>§x_disabled: Option<bool>§autoload: Option<bool>§name: StringTrait Implementations§
source§impl Clone for BlockDirtyBitmapAdd
impl Clone for BlockDirtyBitmapAdd
source§fn clone(&self) -> BlockDirtyBitmapAdd
fn clone(&self) -> BlockDirtyBitmapAdd
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BlockDirtyBitmapAdd
impl Debug for BlockDirtyBitmapAdd
source§impl<'de> Deserialize<'de> for BlockDirtyBitmapAdd
impl<'de> Deserialize<'de> for BlockDirtyBitmapAdd
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more