Enum lambert::AngleUnit [] [src]

pub enum AngleUnit {
    Radian,
    Degree,
    Grad,
    Meter,
}

The AngleUnit enum reprensts the unity expressed by by the coordinate.

Variants

Trait Implementations

impl Clone for AngleUnit
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AngleUnit
[src]

Auto Trait Implementations

impl Send for AngleUnit

impl Sync for AngleUnit