Struct qapi_qmp::QUORUM_FAILURE[][src]

pub struct QUORUM_FAILURE {
    pub reference: String,
    pub sector_num: isize,
    pub sectors_count: isize,
}

Fields

Trait Implementations

impl Debug for QUORUM_FAILURE
[src]

Formats the value using the given formatter. Read more

impl Clone for QUORUM_FAILURE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for QUORUM_FAILURE
[src]

NAME: &'static str = "QUORUM_FAILURE"

Auto Trait Implementations

impl Send for QUORUM_FAILURE

impl Sync for QUORUM_FAILURE