Struct qapi_qmp::BlockdevOptionsGenericCOWFormat[][src]

pub struct BlockdevOptionsGenericCOWFormat {
    pub base: BlockdevOptionsGenericFormat,
    pub backing: Option<BlockdevRefOrNull>,
}

Fields

Trait Implementations

impl Debug for BlockdevOptionsGenericCOWFormat
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevOptionsGenericCOWFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevOptionsGenericCOWFormat

impl Sync for BlockdevOptionsGenericCOWFormat