Type Alias BIN_RESULTS

Source
pub type BIN_RESULTS = _BIN_RESULTS;

Aliased Type§

struct BIN_RESULTS {
    pub NumberOfBins: u32,
    pub BinCounts: [_BIN_COUNT; 1],
}

Fields§

§NumberOfBins: u32§BinCounts: [_BIN_COUNT; 1]