Enum varcon_core::Category
source · #[repr(u8)]
pub enum Category {
American,
BritishIse,
BritishIze,
Canadian,
Australian,
Other,
}Variants§
Implementations§
Trait Implementations§
source§impl PartialEq<Category> for Category
impl PartialEq<Category> for Category
source§impl RawBitFlags for Category
impl RawBitFlags for Category
source§const EMPTY: Self::Numeric = {transmute(0x00): <Category as enumflags2::_internal::RawBitFlags>::Numeric}
const EMPTY: Self::Numeric = {transmute(0x00): <Category as enumflags2::_internal::RawBitFlags>::Numeric}
A value with no bits set.
source§const DEFAULT: Self::Numeric = {transmute(0x00): <Category as enumflags2::_internal::RawBitFlags>::Numeric}
const DEFAULT: Self::Numeric = {transmute(0x00): <Category as enumflags2::_internal::RawBitFlags>::Numeric}
The value used by the Default implementation. Equivalent to EMPTY, unless
customized.
source§const ALL_BITS: Self::Numeric = {transmute(0x3f): <Category as enumflags2::_internal::RawBitFlags>::Numeric}
const ALL_BITS: Self::Numeric = {transmute(0x3f): <Category as enumflags2::_internal::RawBitFlags>::Numeric}
A value with all flag bits set.
source§const BITFLAGS_TYPE_NAME: &'static str = _
const BITFLAGS_TYPE_NAME: &'static str = _
The name of the type for debug formatting purposes. Read more