[][src]Enum flexpolyline::Type3d

pub enum Type3d {
    Level,
    Altitude,
    Elevation,
    Reserved1,
    Reserved2,
    Custom1,
    Custom2,
}

Informs about the type of the 3rd dimension of a 3D coordinate vector

Variants

Level

E.g. floor of a building

Altitude

E.g. altitude (in the air) relative to ground level or mean sea level

Elevation

E.g. elevation above mean-sea-level

Reserved1

Reserved for future types

Reserved2

Reserved for future types

Custom1

Reserved for custom types

Custom2

Reserved for custom types

Trait Implementations

impl Clone for Type3d[src]

impl Copy for Type3d[src]

impl Debug for Type3d[src]

impl Eq for Type3d[src]

impl PartialEq<Type3d> for Type3d[src]

impl StructuralEq for Type3d[src]

impl StructuralPartialEq for Type3d[src]

Auto Trait Implementations

impl RefUnwindSafe for Type3d

impl Send for Type3d

impl Sync for Type3d

impl Unpin for Type3d

impl UnwindSafe for Type3d

Blanket Implementations

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

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

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

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, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

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.