Struct qapi_qmp::BlockdevOptionsGenericCOWFormat [−][src]
pub struct BlockdevOptionsGenericCOWFormat {
pub base: BlockdevOptionsGenericFormat,
pub backing: Option<BlockdevRefOrNull>,
}Fields
base: BlockdevOptionsGenericFormat
backing: Option<BlockdevRefOrNull>
Trait Implementations
impl Debug for BlockdevOptionsGenericCOWFormat[src]
impl Debug for BlockdevOptionsGenericCOWFormatfn 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 BlockdevOptionsGenericCOWFormat[src]
impl Clone for BlockdevOptionsGenericCOWFormatfn clone(&self) -> BlockdevOptionsGenericCOWFormat[src]
fn clone(&self) -> BlockdevOptionsGenericCOWFormatReturns 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 BlockdevOptionsGenericCOWFormat
impl Send for BlockdevOptionsGenericCOWFormatimpl Sync for BlockdevOptionsGenericCOWFormat
impl Sync for BlockdevOptionsGenericCOWFormat