Enum grib::codetables::grib2::Table4_4
source · #[repr(u8)]pub enum Table4_4 {
Show 13 variants
Minute = 0,
Hour = 1,
Day = 2,
Month = 3,
Year = 4,
Decade = 5,
Normal = 6,
Century = 7,
ThreeHours = 10,
SixHours = 11,
TwelveHours = 12,
Second = 13,
Missing = 255,
}
Variants§
Minute = 0
Hour = 1
Day = 2
Month = 3
Year = 4
Decade = 5
Normal = 6
Century = 7
ThreeHours = 10
SixHours = 11
TwelveHours = 12
Second = 13
Missing = 255
Implementations§
Trait Implementations§
source§impl PartialEq for Table4_4
impl PartialEq for Table4_4
impl Eq for Table4_4
impl StructuralPartialEq for Table4_4
Auto Trait Implementations§
impl Freeze for Table4_4
impl RefUnwindSafe for Table4_4
impl Send for Table4_4
impl Sync for Table4_4
impl Unpin for Table4_4
impl UnwindSafe for Table4_4
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