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
cluster_size: Option<usize>
file: BlockdevRef
backing_file: Option<String>
table_size: Option<isize>
backing_fmt: Option<BlockdevDriver>
size: usize
Trait Implementations
impl Debug for BlockdevCreateOptionsQed
[src]
impl Debug for BlockdevCreateOptionsQed
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 BlockdevCreateOptionsQed
[src]
impl Clone for BlockdevCreateOptionsQed
fn clone(&self) -> BlockdevCreateOptionsQed
[src]
fn clone(&self) -> BlockdevCreateOptionsQed
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 BlockdevCreateOptionsQed
impl Send for BlockdevCreateOptionsQed
impl Sync for BlockdevCreateOptionsQed
impl Sync for BlockdevCreateOptionsQed