[][src]Struct geomorph::mgrs::Mgrs

pub struct Mgrs {
    pub utm: Utm,
    pub prec: usize,
}

UTM/UPS extension for MGRS formatting

Fields

utm: Utm

utm: Base UTM/UPS information for MGRS.

prec: usize

Methods

impl Mgrs[src]

pub fn new(utm: Utm) -> Mgrs[src]

Mgrs constructor.

Trait Implementations

impl From<Mgrs> for Coord[src]

impl From<Utm> for Mgrs[src]

impl From<Coord> for Mgrs[src]

impl From<Mgrs> for Utm[src]

impl Clone for Mgrs[src]

impl Copy for Mgrs[src]

impl Debug for Mgrs[src]

impl Display for Mgrs[src]

Auto Trait Implementations

impl Send for Mgrs

impl Sync for Mgrs

impl Unpin for Mgrs

impl UnwindSafe for Mgrs

impl RefUnwindSafe for Mgrs

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]