pub enum AzimuthCrossingDirection {
Rising,
Setting,
}Expand description
Direction of a threshold crossing.
Variants§
Rising
Altitude is increasing through the threshold (object rising).
Setting
Altitude is decreasing through the threshold (object setting).
Trait Implementations§
Source§impl Clone for CrossingDirection
impl Clone for CrossingDirection
Source§fn clone(&self) -> CrossingDirection
fn clone(&self) -> CrossingDirection
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 CrossingDirection
Source§impl Debug for CrossingDirection
impl Debug for CrossingDirection
Source§impl Display for CrossingDirection
impl Display for CrossingDirection
impl Eq for CrossingDirection
Source§impl PartialEq for CrossingDirection
impl PartialEq for CrossingDirection
Source§fn eq(&self, other: &CrossingDirection) -> bool
fn eq(&self, other: &CrossingDirection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CrossingDirection
Auto Trait Implementations§
impl Freeze for CrossingDirection
impl RefUnwindSafe for CrossingDirection
impl Send for CrossingDirection
impl Sync for CrossingDirection
impl Unpin for CrossingDirection
impl UnsafeUnpin for CrossingDirection
impl UnwindSafe for CrossingDirection
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.