pub enum ADD1HW {
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 ADD1HW
impl Eq for ADD1HW
impl StructuralPartialEq for ADD1HW
Auto Trait Implementations§
impl Freeze for ADD1HW
impl RefUnwindSafe for ADD1HW
impl Send for ADD1HW
impl Sync for ADD1HW
impl Unpin for ADD1HW
impl UnwindSafe for ADD1HW
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