Struct qapi_qmp::BlockdevCreateOptionsParallels[][src]

pub struct BlockdevCreateOptionsParallels {
    pub cluster_size: Option<usize>,
    pub size: usize,
    pub file: BlockdevRef,
}

Fields

Trait Implementations

impl Debug for BlockdevCreateOptionsParallels
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevCreateOptionsParallels
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevCreateOptionsParallels

impl Sync for BlockdevCreateOptionsParallels