Struct panda_sys::BlockDeviceStats[][src]

#[repr(C)]
pub struct BlockDeviceStats {
Show 22 fields pub rd_bytes: i64, pub wr_bytes: i64, pub rd_operations: i64, pub wr_operations: i64, pub flush_operations: i64, pub flush_total_time_ns: i64, pub wr_total_time_ns: i64, pub rd_total_time_ns: i64, pub wr_highest_offset: i64, pub rd_merged: i64, pub wr_merged: i64, pub has_idle_time_ns: bool, pub idle_time_ns: i64, pub failed_rd_operations: i64, pub failed_wr_operations: i64, pub failed_flush_operations: i64, pub invalid_rd_operations: i64, pub invalid_wr_operations: i64, pub invalid_flush_operations: i64, pub account_invalid: bool, pub account_failed: bool, pub timed_stats: *mut BlockDeviceTimedStatsList,
}

Fields

rd_bytes: i64wr_bytes: i64rd_operations: i64wr_operations: i64flush_operations: i64flush_total_time_ns: i64wr_total_time_ns: i64rd_total_time_ns: i64wr_highest_offset: i64rd_merged: i64wr_merged: i64has_idle_time_ns: boolidle_time_ns: i64failed_rd_operations: i64failed_wr_operations: i64failed_flush_operations: i64invalid_rd_operations: i64invalid_wr_operations: i64invalid_flush_operations: i64account_invalid: boolaccount_failed: booltimed_stats: *mut BlockDeviceTimedStatsList

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

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.