Enum qapi_qmp::BlockdevAioOptions[][src]

pub enum BlockdevAioOptions {
    threads,
    native,
}

Variants

Trait Implementations

impl Debug for BlockdevAioOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevAioOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevAioOptions

impl Sync for BlockdevAioOptions