Enum qapi_qmp::BiosAtaTranslation[][src]

pub enum BiosAtaTranslation {
    auto,
    none,
    lba,
    large,
    rechs,
}

Variants

Trait Implementations

impl Debug for BiosAtaTranslation
[src]

Formats the value using the given formatter. Read more

impl Clone for BiosAtaTranslation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations