pub type fc2StatisticsChannel = _fc2StatisticsChannel;Aliased Type§
#[repr(u32)]pub enum fc2StatisticsChannel {
FC2_STATISTICS_GREY = 0,
FC2_STATISTICS_RED = 1,
FC2_STATISTICS_GREEN = 2,
FC2_STATISTICS_BLUE = 3,
FC2_STATISTICS_HUE = 4,
FC2_STATISTICS_SATURATION = 5,
FC2_STATISTICS_LIGHTNESS = 6,
FC2_STATISTICS_FORCE_32BITS = 2_147_483_647,
}