Enum h3ron_ndarray::array::AxisOrder
source · [−]pub enum AxisOrder {
XY,
YX,
}Expand description
The order of the axis in the two-dimensional array
Variants
XY
X,Y ordering
YX
Y,X ordering
This is the order used by github.com/georust/gdal (behind the ndarray feature gate)
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AxisOrder
impl Send for AxisOrder
impl Sync for AxisOrder
impl Unpin for AxisOrder
impl UnwindSafe for AxisOrder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more