Struct qapi_qmp::BlockdevCacheOptions[][src]

pub struct BlockdevCacheOptions {
    pub no_flush: Option<bool>,
    pub direct: Option<bool>,
}

Fields

Trait Implementations

impl Debug for BlockdevCacheOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevCacheOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevCacheOptions

impl Sync for BlockdevCacheOptions