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 BlockdevOptionsGenericCOWFormat
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 BlockdevOptionsGenericCOWFormat
[src]
impl Clone for BlockdevOptionsGenericCOWFormat
fn clone(&self) -> BlockdevOptionsGenericCOWFormat
[src]
fn clone(&self) -> BlockdevOptionsGenericCOWFormat
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 BlockdevOptionsGenericCOWFormat
impl Send for BlockdevOptionsGenericCOWFormat
impl Sync for BlockdevOptionsGenericCOWFormat
impl Sync for BlockdevOptionsGenericCOWFormat