Struct qapi_qmp::BlockdevCreateOptionsQcow [−][src]
pub struct BlockdevCreateOptionsQcow {
pub size: usize,
pub file: BlockdevRef,
pub encrypt: Option<QCryptoBlockCreateOptions>,
pub backing_file: Option<String>,
}Fields
size: usize
file: BlockdevRef
encrypt: Option<QCryptoBlockCreateOptions>
backing_file: Option<String>
Trait Implementations
impl Debug for BlockdevCreateOptionsQcow[src]
impl Debug for BlockdevCreateOptionsQcowfn 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 BlockdevCreateOptionsQcow[src]
impl Clone for BlockdevCreateOptionsQcowfn clone(&self) -> BlockdevCreateOptionsQcow[src]
fn clone(&self) -> BlockdevCreateOptionsQcowReturns 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 BlockdevCreateOptionsQcow
impl Send for BlockdevCreateOptionsQcowimpl Sync for BlockdevCreateOptionsQcow
impl Sync for BlockdevCreateOptionsQcow