Struct grib::ForecastTime
source · pub struct ForecastTime {
pub unit: Code<Table4_4, u8>,
pub value: u32,
}
Fields§
§unit: Code<Table4_4, u8>
§value: u32
Implementations§
Trait Implementations§
source§impl Debug for ForecastTime
impl Debug for ForecastTime
source§impl Display for ForecastTime
impl Display for ForecastTime
source§impl PartialEq for ForecastTime
impl PartialEq for ForecastTime
source§fn eq(&self, other: &ForecastTime) -> bool
fn eq(&self, other: &ForecastTime) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ForecastTime
impl StructuralPartialEq for ForecastTime
Auto Trait Implementations§
impl Freeze for ForecastTime
impl RefUnwindSafe for ForecastTime
impl Send for ForecastTime
impl Sync for ForecastTime
impl Unpin for ForecastTime
impl UnwindSafe for ForecastTime
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