#[repr(C)]pub struct vdev_stat_ex {
pub vsx_active_queue: [u64; 9],
pub vsx_pend_queue: [u64; 9],
pub vsx_queue_histo: [[u64; 37]; 9],
pub vsx_total_histo: [[u64; 37]; 7],
pub vsx_disk_histo: [[u64; 37]; 7],
pub vsx_ind_histo: [[u64; 25]; 9],
pub vsx_agg_histo: [[u64; 25]; 9],
}
Fields§
§vsx_active_queue: [u64; 9]
§vsx_pend_queue: [u64; 9]
§vsx_queue_histo: [[u64; 37]; 9]
§vsx_total_histo: [[u64; 37]; 7]
§vsx_disk_histo: [[u64; 37]; 7]
§vsx_ind_histo: [[u64; 25]; 9]
§vsx_agg_histo: [[u64; 25]; 9]
Auto Trait Implementations§
impl Freeze for vdev_stat_ex
impl RefUnwindSafe for vdev_stat_ex
impl Send for vdev_stat_ex
impl Sync for vdev_stat_ex
impl Unpin for vdev_stat_ex
impl UnwindSafe for vdev_stat_ex
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more