#[repr(u8)]pub enum MonCnt {
Show 16 variants
ILLEGAL_VALUE_0 = 0,
JANUARY = 1,
FEBRUARY = 2,
MARCH = 3,
APRIL = 4,
MAY = 5,
JUNE = 6,
JULY = 7,
AUGUST = 8,
SEPTEMBER = 9,
OCTOBER = 10,
NOVEMBER = 11,
DECEMBER = 12,
ILLEGAL_VALUE_13 = 13,
ILLEGAL_VALUE_14 = 14,
ILLEGAL_VALUE_15 = 15,
}Variants§
ILLEGAL_VALUE_0 = 0
Illegal Value
JANUARY = 1
January
FEBRUARY = 2
February
MARCH = 3
March
APRIL = 4
April
MAY = 5
May
JUNE = 6
June
JULY = 7
July
AUGUST = 8
August
SEPTEMBER = 9
September
OCTOBER = 10
October
NOVEMBER = 11
November
DECEMBER = 12
December
ILLEGAL_VALUE_13 = 13
Illegal Value
ILLEGAL_VALUE_14 = 14
Illegal Value
ILLEGAL_VALUE_15 = 15
Illegal Value
Implementations§
Trait Implementations§
Source§impl Ord for MonCnt
impl Ord for MonCnt
Source§impl PartialOrd for MonCnt
impl PartialOrd for MonCnt
impl Copy for MonCnt
impl Eq for MonCnt
impl StructuralPartialEq for MonCnt
Auto Trait Implementations§
impl Freeze for MonCnt
impl RefUnwindSafe for MonCnt
impl Send for MonCnt
impl Sync for MonCnt
impl Unpin for MonCnt
impl UnwindSafe for MonCnt
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more