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