pub enum AzimuthExtremumKind {
Max,
Min,
}Expand description
Kind of azimuth extremum.
Variants§
Max
Local maximum azimuth (southernmost / easternmost bearing).
Min
Local minimum azimuth (northernmost / westernmost bearing).
Trait Implementations§
Source§impl Clone for AzimuthExtremumKind
impl Clone for AzimuthExtremumKind
Source§fn clone(&self) -> AzimuthExtremumKind
fn clone(&self) -> AzimuthExtremumKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AzimuthExtremumKind
Source§impl Debug for AzimuthExtremumKind
impl Debug for AzimuthExtremumKind
Source§impl Display for AzimuthExtremumKind
impl Display for AzimuthExtremumKind
impl Eq for AzimuthExtremumKind
Source§impl PartialEq for AzimuthExtremumKind
impl PartialEq for AzimuthExtremumKind
Source§fn eq(&self, other: &AzimuthExtremumKind) -> bool
fn eq(&self, other: &AzimuthExtremumKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AzimuthExtremumKind
Auto Trait Implementations§
impl Freeze for AzimuthExtremumKind
impl RefUnwindSafe for AzimuthExtremumKind
impl Send for AzimuthExtremumKind
impl Sync for AzimuthExtremumKind
impl Unpin for AzimuthExtremumKind
impl UnsafeUnpin for AzimuthExtremumKind
impl UnwindSafe for AzimuthExtremumKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> UsingEngine for T
impl<T> UsingEngine for T
Source§fn using<'a, Ctx>(&'a self, engine: &'a Ctx) -> WithEngine<'a, Self, Ctx>where
Ctx: TransformContext,
fn using<'a, Ctx>(&'a self, engine: &'a Ctx) -> WithEngine<'a, Self, Ctx>where
Ctx: TransformContext,
Wrap this coordinate with a custom transform context for the next
transformation call.