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