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 BlockdevCreateOptionsFilefn 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 BlockdevCreateOptionsFile[src]
impl Clone for BlockdevCreateOptionsFilefn clone(&self) -> BlockdevCreateOptionsFile[src]
fn clone(&self) -> BlockdevCreateOptionsFileReturns 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 BlockdevCreateOptionsFileimpl Sync for BlockdevCreateOptionsFile
impl Sync for BlockdevCreateOptionsFile