pub enum Timev {
NoTimevent = 0,
Timevent = 1,
}Expand description
Time Event
Value on reset: 0
Variants§
NoTimevent = 0
0: No time event has occurred since the last clear.
Timevent = 1
1: At least one time event has occurred since the last clear.
Trait Implementations§
impl Copy for Timev
impl Eq for Timev
impl StructuralPartialEq for Timev
Auto Trait Implementations§
impl Freeze for Timev
impl RefUnwindSafe for Timev
impl Send for Timev
impl Sync for Timev
impl Unpin for Timev
impl UnwindSafe for Timev
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