pub enum HighLatitudeRule {
None,
NightMiddle,
OneSeventh,
AngleBased,
}Expand description
High latitude adjustment method
Variants§
None
No adjustment
NightMiddle
Middle of night
OneSeventh
1/7th of night
AngleBased
Angle-based method
Trait Implementations§
Source§impl Clone for HighLatitudeRule
impl Clone for HighLatitudeRule
Source§fn clone(&self) -> HighLatitudeRule
fn clone(&self) -> HighLatitudeRule
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HighLatitudeRule
impl Debug for HighLatitudeRule
Source§impl PartialEq for HighLatitudeRule
impl PartialEq for HighLatitudeRule
impl Copy for HighLatitudeRule
impl StructuralPartialEq for HighLatitudeRule
Auto Trait Implementations§
impl Freeze for HighLatitudeRule
impl RefUnwindSafe for HighLatitudeRule
impl Send for HighLatitudeRule
impl Sync for HighLatitudeRule
impl Unpin for HighLatitudeRule
impl UnwindSafe for HighLatitudeRule
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