pub type BIN_RESULTS = _BIN_RESULTS;Aliased Type§
#[repr(C)]pub struct BIN_RESULTS {
pub NumberOfBins: u64,
pub BinCounts: [_BIN_COUNT; 1],
}Fields§
§NumberOfBins: u64§BinCounts: [_BIN_COUNT; 1]pub type BIN_RESULTS = _BIN_RESULTS;#[repr(C)]pub struct BIN_RESULTS {
pub NumberOfBins: u64,
pub BinCounts: [_BIN_COUNT; 1],
}NumberOfBins: u64§BinCounts: [_BIN_COUNT; 1]