Struct qapi_qmp::BLOCK_WRITE_THRESHOLD[][src]

pub struct BLOCK_WRITE_THRESHOLD {
    pub amount_exceeded: u64,
    pub node_name: String,
    pub write_threshold: u64,
}

Fields

Trait Implementations

impl Debug for BLOCK_WRITE_THRESHOLD
[src]

Formats the value using the given formatter. Read more

impl Clone for BLOCK_WRITE_THRESHOLD
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for BLOCK_WRITE_THRESHOLD
[src]

NAME: &'static str = "BLOCK_WRITE_THRESHOLD"

Auto Trait Implementations

impl Send for BLOCK_WRITE_THRESHOLD

impl Sync for BLOCK_WRITE_THRESHOLD