Struct qapi_qmp::BlockDirtyBitmapSha256 [−][src]
pub struct BlockDirtyBitmapSha256 {
pub sha256: String,
}Fields
sha256: String
Trait Implementations
impl Debug for BlockDirtyBitmapSha256[src]
impl Debug for BlockDirtyBitmapSha256fn 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 BlockDirtyBitmapSha256[src]
impl Clone for BlockDirtyBitmapSha256fn clone(&self) -> BlockDirtyBitmapSha256[src]
fn clone(&self) -> BlockDirtyBitmapSha256Returns 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 BlockDirtyBitmapSha256
impl Send for BlockDirtyBitmapSha256impl Sync for BlockDirtyBitmapSha256
impl Sync for BlockDirtyBitmapSha256