Enum grib::codetables::grib2::Table5_6
source · #[repr(u8)]pub enum Table5_6 {
FirstOrderSpatialDifferencing = 1,
SecondOrderSpatialDifferencing = 2,
Missing = 255,
}
Variants§
Trait Implementations§
source§impl PartialEq for Table5_6
impl PartialEq for Table5_6
impl Eq for Table5_6
impl StructuralPartialEq for Table5_6
Auto Trait Implementations§
impl Freeze for Table5_6
impl RefUnwindSafe for Table5_6
impl Send for Table5_6
impl Sync for Table5_6
impl Unpin for Table5_6
impl UnwindSafe for Table5_6
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)