Struct qapi_qmp::BlockdevOptionsBlklogwrites[][src]

pub struct BlockdevOptionsBlklogwrites {
    pub log_super_update_interval: Option<u64>,
    pub file: BlockdevRef,
    pub log_sector_size: Option<u32>,
    pub log: BlockdevRef,
    pub log_append: Option<bool>,
}

Fields

Trait Implementations

impl Debug for BlockdevOptionsBlklogwrites
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevOptionsBlklogwrites
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevOptionsBlklogwrites

impl Sync for BlockdevOptionsBlklogwrites