Struct qapi_qmp::BlockdevCreateOptionsQcow[][src]

pub struct BlockdevCreateOptionsQcow {
    pub size: usize,
    pub file: BlockdevRef,
    pub encrypt: Option<QCryptoBlockCreateOptions>,
    pub backing_file: Option<String>,
}

Fields

Trait Implementations

impl Debug for BlockdevCreateOptionsQcow
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevCreateOptionsQcow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevCreateOptionsQcow

impl Sync for BlockdevCreateOptionsQcow