Struct qapi_qmp::BlockdevCreateOptionsQed[][src]

pub struct BlockdevCreateOptionsQed {
    pub cluster_size: Option<usize>,
    pub file: BlockdevRef,
    pub backing_file: Option<String>,
    pub table_size: Option<isize>,
    pub backing_fmt: Option<BlockdevDriver>,
    pub size: usize,
}

Fields

Trait Implementations

impl Debug for BlockdevCreateOptionsQed
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevCreateOptionsQed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevCreateOptionsQed

impl Sync for BlockdevCreateOptionsQed