Enum qapi_qmp::FloppyDriveType[][src]

pub enum FloppyDriveType {
    _144,
    _288,
    _120,
    none,
    auto,
}

Variants

Trait Implementations

impl Debug for FloppyDriveType
[src]

Formats the value using the given formatter. Read more

impl Clone for FloppyDriveType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for FloppyDriveType

impl Sync for FloppyDriveType