pub enum ADD1SW {
Add1 = 1,
}
Expand description
Add one second
Value on reset: 0
Variants§
Add1 = 1
1: Add one second to the clock/calendar
Trait Implementations§
impl Copy for ADD1SW
impl Eq for ADD1SW
impl StructuralPartialEq for ADD1SW
Auto Trait Implementations§
impl Freeze for ADD1SW
impl RefUnwindSafe for ADD1SW
impl Send for ADD1SW
impl Sync for ADD1SW
impl Unpin for ADD1SW
impl UnwindSafe for ADD1SW
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