pub type fc2BandwidthAllocation = _fc2BandwidthAllocation;Aliased Type§
#[repr(u32)]pub enum fc2BandwidthAllocation {
FC2_BANDWIDTH_ALLOCATION_OFF = 0,
FC2_BANDWIDTH_ALLOCATION_ON = 1,
FC2_BANDWIDTH_ALLOCATION_UNSUPPORTED = 2,
FC2_BANDWIDTH_ALLOCATION_UNSPECIFIED = 3,
FC2_BANDWIDTH_ALLOCATION_FORCE_32BITS = 2_147_483_647,
}