pub enum MgrsPrecision {
P100km = 0,
P10km = 1,
P1km = 2,
P100m = 3,
P10m = 4,
P1m = 5,
P100mm = 6,
P10mm = 7,
P1mm = 8,
}Expand description
MGRS precision rate.
Variants§
P100km = 0
Precision of 100km
P10km = 1
Precision of 10km
P1km = 2
Precision of 1km
P100m = 3
Precision of 100m
P10m = 4
Precision of 10m
P1m = 5
Precision of 1m
P100mm = 6
Precision of 100mm
P10mm = 7
Precision of 10mm
P1mm = 8
Precision of 1mm
Trait Implementations§
Source§impl Clone for MgrsPrecision
impl Clone for MgrsPrecision
Source§fn clone(&self) -> MgrsPrecision
fn clone(&self) -> MgrsPrecision
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MgrsPrecision
impl Debug for MgrsPrecision
Source§impl PartialEq for MgrsPrecision
impl PartialEq for MgrsPrecision
impl Copy for MgrsPrecision
impl Eq for MgrsPrecision
impl StructuralPartialEq for MgrsPrecision
Auto Trait Implementations§
impl Freeze for MgrsPrecision
impl RefUnwindSafe for MgrsPrecision
impl Send for MgrsPrecision
impl Sync for MgrsPrecision
impl Unpin for MgrsPrecision
impl UnwindSafe for MgrsPrecision
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)