Type Alias HISTOGRAM_BUCKET

Source
pub type HISTOGRAM_BUCKET = _HISTOGRAM_BUCKET;

Aliased Type§

struct HISTOGRAM_BUCKET {
    pub Reads: u32,
    pub Writes: u32,
}

Fields§

§Reads: u32§Writes: u32