Enum qapi_qmp::COLOMode[][src]

pub enum COLOMode {
    unknown,
    primary,
    secondary,
}

Variants

Trait Implementations

impl Debug for COLOMode
[src]

Formats the value using the given formatter. Read more

impl Clone for COLOMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for COLOMode

impl Sync for COLOMode