pub enum BKP {
DstNotChanged = 0,
DstChanged = 1,
}
Expand description
Backup
Value on reset: 0
Variants§
DstNotChanged = 0
0: Daylight Saving Time change has not been performed
DstChanged = 1
1: Daylight Saving Time change has been performed
Trait Implementations§
impl Copy for BKP
impl Eq for BKP
impl StructuralPartialEq for BKP
Auto Trait Implementations§
impl Freeze for BKP
impl RefUnwindSafe for BKP
impl Send for BKP
impl Sync for BKP
impl Unpin for BKP
impl UnwindSafe for BKP
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