Skip to main content

HISTOGRAM_BUCKET

Type Alias HISTOGRAM_BUCKET 

Source
pub type HISTOGRAM_BUCKET = _HISTOGRAM_BUCKET;

Aliased Type§

#[repr(C)]
pub struct HISTOGRAM_BUCKET { pub Reads: u64, pub Writes: u64, }

Fields§

§Reads: u64§Writes: u64