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
amount_exceeded: u64
node_name: String
write_threshold: u64
Trait Implementations
impl Debug for BLOCK_WRITE_THRESHOLD
[src]
impl Debug for BLOCK_WRITE_THRESHOLD
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for BLOCK_WRITE_THRESHOLD
[src]
impl Clone for BLOCK_WRITE_THRESHOLD
fn clone(&self) -> BLOCK_WRITE_THRESHOLD
[src]
fn clone(&self) -> BLOCK_WRITE_THRESHOLD
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Event for BLOCK_WRITE_THRESHOLD
[src]
impl Event for BLOCK_WRITE_THRESHOLD
Auto Trait Implementations
impl Send for BLOCK_WRITE_THRESHOLD
impl Send for BLOCK_WRITE_THRESHOLD
impl Sync for BLOCK_WRITE_THRESHOLD
impl Sync for BLOCK_WRITE_THRESHOLD