Enum qapi_qmp::DirtyBitmapStatus[][src]

pub enum DirtyBitmapStatus {
    active,
    disabled,
    frozen,
    locked,
}

Variants

Trait Implementations

impl Debug for DirtyBitmapStatus
[src]

Formats the value using the given formatter. Read more

impl Clone for DirtyBitmapStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DirtyBitmapStatus

impl Sync for DirtyBitmapStatus