Enum qapi_qmp::OnOffSplit[][src]

pub enum OnOffSplit {
    on,
    off,
    split,
}

Variants

Trait Implementations

impl Debug for OnOffSplit
[src]

Formats the value using the given formatter. Read more

impl Clone for OnOffSplit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for OnOffSplit

impl Sync for OnOffSplit