Struct qapi_qmp::BlockdevOptionsQuorum[][src]

pub struct BlockdevOptionsQuorum {
    pub read_pattern: Option<QuorumReadPattern>,
    pub rewrite_corrupted: Option<bool>,
    pub vote_threshold: isize,
    pub children: Vec<BlockdevRef>,
    pub blkverify: Option<bool>,
}

Fields

Trait Implementations

impl Debug for BlockdevOptionsQuorum
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevOptionsQuorum
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevOptionsQuorum

impl Sync for BlockdevOptionsQuorum