Struct qapi_qmp::BlockdevCreateOptionsFile[][src]

pub struct BlockdevCreateOptionsFile {
    pub size: usize,
    pub preallocation: Option<PreallocMode>,
    pub filename: String,
    pub nocow: Option<bool>,
}

Fields

Trait Implementations

impl Debug for BlockdevCreateOptionsFile
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevCreateOptionsFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevCreateOptionsFile

impl Sync for BlockdevCreateOptionsFile