Enum qapi_qmp::OnOffAuto[][src]

pub enum OnOffAuto {
    auto,
    on,
    off,
}

Variants

Trait Implementations

impl Debug for OnOffAuto
[src]

Formats the value using the given formatter. Read more

impl Clone for OnOffAuto
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for OnOffAuto

impl Sync for OnOffAuto