Struct qapi_qmp::BlockdevCreateOptionsVdi [−][src]
pub struct BlockdevCreateOptionsVdi { pub size: usize, pub preallocation: Option<PreallocMode>, pub file: BlockdevRef, }
Fields
size: usize
preallocation: Option<PreallocMode>
file: BlockdevRef
Trait Implementations
impl Debug for BlockdevCreateOptionsVdi
[src]
impl Debug for BlockdevCreateOptionsVdi
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 BlockdevCreateOptionsVdi
[src]
impl Clone for BlockdevCreateOptionsVdi
fn clone(&self) -> BlockdevCreateOptionsVdi
[src]
fn clone(&self) -> BlockdevCreateOptionsVdi
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 BlockdevCreateOptionsVdi
impl Send for BlockdevCreateOptionsVdi
impl Sync for BlockdevCreateOptionsVdi
impl Sync for BlockdevCreateOptionsVdi