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]

[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevCacheOptions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations