Struct qapi_qmp::BlockdevCreateOptionsParallels [−][src]
pub struct BlockdevCreateOptionsParallels {
pub cluster_size: Option<usize>,
pub size: usize,
pub file: BlockdevRef,
}Fields
cluster_size: Option<usize>
size: usize
file: BlockdevRef
Trait Implementations
impl Debug for BlockdevCreateOptionsParallels[src]
impl Debug for BlockdevCreateOptionsParallelsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for BlockdevCreateOptionsParallels[src]
impl Clone for BlockdevCreateOptionsParallelsfn clone(&self) -> BlockdevCreateOptionsParallels[src]
fn clone(&self) -> BlockdevCreateOptionsParallelsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for BlockdevCreateOptionsParallels
impl Send for BlockdevCreateOptionsParallelsimpl Sync for BlockdevCreateOptionsParallels
impl Sync for BlockdevCreateOptionsParallels