Enum qapi_qmp::OffAutoPCIBAR[][src]

pub enum OffAutoPCIBAR {
    off,
    auto,
    bar0,
    bar1,
    bar2,
    bar3,
    bar4,
    bar5,
}

Variants

Trait Implementations

impl Debug for OffAutoPCIBAR
[src]

Formats the value using the given formatter. Read more

impl Clone for OffAutoPCIBAR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for OffAutoPCIBAR

impl Sync for OffAutoPCIBAR