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 BlockdevCreateOptionsParallels
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for BlockdevCreateOptionsParallels
[src]
impl Clone for BlockdevCreateOptionsParallels
fn clone(&self) -> BlockdevCreateOptionsParallels
[src]
fn clone(&self) -> BlockdevCreateOptionsParallels
Returns 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 BlockdevCreateOptionsParallels
impl Sync for BlockdevCreateOptionsParallels
impl Sync for BlockdevCreateOptionsParallels