pub enum SpatialDifferencingOrder {
First,
Second,
}Expand description
Spatial differencing order for GRIB2 complex packing template 5.3.
Variants§
Trait Implementations§
Source§impl Clone for SpatialDifferencingOrder
impl Clone for SpatialDifferencingOrder
Source§fn clone(&self) -> SpatialDifferencingOrder
fn clone(&self) -> SpatialDifferencingOrder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SpatialDifferencingOrder
Source§impl Debug for SpatialDifferencingOrder
impl Debug for SpatialDifferencingOrder
impl Eq for SpatialDifferencingOrder
Source§impl PartialEq for SpatialDifferencingOrder
impl PartialEq for SpatialDifferencingOrder
Source§fn eq(&self, other: &SpatialDifferencingOrder) -> bool
fn eq(&self, other: &SpatialDifferencingOrder) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SpatialDifferencingOrder
Auto Trait Implementations§
impl Freeze for SpatialDifferencingOrder
impl RefUnwindSafe for SpatialDifferencingOrder
impl Send for SpatialDifferencingOrder
impl Sync for SpatialDifferencingOrder
impl Unpin for SpatialDifferencingOrder
impl UnsafeUnpin for SpatialDifferencingOrder
impl UnwindSafe for SpatialDifferencingOrder
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