Struct qapi_qmp::BlockdevCreateOptionsVhdx[][src]

pub struct BlockdevCreateOptionsVhdx {
    pub log_size: Option<usize>,
    pub block_state_zero: Option<bool>,
    pub file: BlockdevRef,
    pub block_size: Option<usize>,
    pub size: usize,
    pub subformat: Option<BlockdevVhdxSubformat>,
}

Fields

Trait Implementations

impl Debug for BlockdevCreateOptionsVhdx
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevCreateOptionsVhdx
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevCreateOptionsVhdx

impl Sync for BlockdevCreateOptionsVhdx