pub enum ADD1H_A {
Add1 = 1,
}
Expand description
Add 1 hour (summer time change)
Value on reset: 0
Variants§
Add1 = 1
1: Adds 1 hour to the current time. This can be used for summer time change outside initialization mode
Trait Implementations§
impl Copy for ADD1H_A
impl StructuralPartialEq for ADD1H_A
Auto Trait Implementations§
impl Freeze for ADD1H_A
impl RefUnwindSafe for ADD1H_A
impl Send for ADD1H_A
impl Sync for ADD1H_A
impl Unpin for ADD1H_A
impl UnwindSafe for ADD1H_A
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