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]
pub type BIN_RESULTS = _BIN_RESULTS;
struct BIN_RESULTS {
pub NumberOfBins: u32,
pub BinCounts: [_BIN_COUNT; 1],
}
NumberOfBins: u32
§BinCounts: [_BIN_COUNT; 1]