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