#[repr(u8)]pub enum Table1_2 {
Analysis = 0,
StartOfForecast = 1,
VerifyingTimeOfForecast = 2,
ObservationTime = 3,
LocalTime = 4,
SimulationStart = 5,
Missing = 255,
}
Variants§
Analysis = 0
StartOfForecast = 1
VerifyingTimeOfForecast = 2
ObservationTime = 3
LocalTime = 4
SimulationStart = 5
Missing = 255
Trait Implementations§
impl Eq for Table1_2
impl StructuralPartialEq for Table1_2
Auto Trait Implementations§
impl Freeze for Table1_2
impl RefUnwindSafe for Table1_2
impl Send for Table1_2
impl Sync for Table1_2
impl Unpin for Table1_2
impl UnwindSafe for Table1_2
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