[][src]Struct circadia::SunEvent

pub struct SunEvent {
    pub zenith: Zenith,
    pub event: Event,
}

Defines a sunset or sunrise at some angle above the horizon (the zenith).

Fields

zenith: Zenithevent: Event

Methods

impl SunEvent[src]

pub const DAWN: SunEvent[src]

pub const DUSK: SunEvent[src]

pub const SUNRISE: SunEvent[src]

pub const SUNSET: SunEvent[src]

pub const fn new(zenith: Zenith, event: Event) -> Self[src]

pub fn is_sunrise(self) -> bool[src]

pub fn is_sunset(self) -> bool[src]

Trait Implementations

impl Clone for SunEvent[src]

impl Copy for SunEvent[src]

impl Eq for SunEvent[src]

impl Ord for SunEvent[src]

impl PartialEq<SunEvent> for SunEvent[src]

impl PartialOrd<SunEvent> for SunEvent[src]

impl Display for SunEvent[src]

impl Debug for SunEvent[src]

impl StructuralPartialEq for SunEvent[src]

impl StructuralEq for SunEvent[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for 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 = 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.

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]