Struct qapi_qmp::BlockdevOptionsFile[][src]

pub struct BlockdevOptionsFile {
    pub aio: Option<BlockdevAioOptions>,
    pub filename: String,
    pub x_check_cache_dropped: Option<bool>,
    pub pr_manager: Option<String>,
    pub locking: Option<OnOffAuto>,
}

Fields

Trait Implementations

impl Debug for BlockdevOptionsFile
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevOptionsFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevOptionsFile

impl Sync for BlockdevOptionsFile