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