pub struct BlockDeviceStats {
Show 24 fields pub flush_operations: isize, pub wr_merged: isize, pub rd_bytes: isize, pub wr_total_time_ns: isize, pub wr_highest_offset: isize, pub failed_rd_operations: isize, pub flush_total_time_ns: isize, pub idle_time_ns: Option<isize>, pub invalid_rd_operations: isize, pub x_rd_latency_histogram: Option<BlockLatencyHistogramInfo>, pub wr_operations: isize, pub failed_wr_operations: isize, pub rd_operations: isize, pub account_failed: bool, pub account_invalid: bool, pub invalid_flush_operations: isize, pub rd_total_time_ns: isize, pub x_wr_latency_histogram: Option<BlockLatencyHistogramInfo>, pub x_flush_latency_histogram: Option<BlockLatencyHistogramInfo>, pub invalid_wr_operations: isize, pub wr_bytes: isize, pub rd_merged: isize, pub failed_flush_operations: isize, pub timed_stats: Vec<BlockDeviceTimedStats>,
}

Fields§

§flush_operations: isize§wr_merged: isize§rd_bytes: isize§wr_total_time_ns: isize§wr_highest_offset: isize§failed_rd_operations: isize§flush_total_time_ns: isize§idle_time_ns: Option<isize>§invalid_rd_operations: isize§x_rd_latency_histogram: Option<BlockLatencyHistogramInfo>§wr_operations: isize§failed_wr_operations: isize§rd_operations: isize§account_failed: bool§account_invalid: bool§invalid_flush_operations: isize§rd_total_time_ns: isize§x_wr_latency_histogram: Option<BlockLatencyHistogramInfo>§x_flush_latency_histogram: Option<BlockLatencyHistogramInfo>§invalid_wr_operations: isize§wr_bytes: isize§rd_merged: isize§failed_flush_operations: isize§timed_stats: Vec<BlockDeviceTimedStats>

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.