#[repr(u8)]pub enum Timevsel {
Minute = 0,
Hour = 1,
Midnight = 2,
Noon = 3,
}Expand description
Time Event Selection
Value on reset: 0
Variants§
Minute = 0
0: Minute change
Hour = 1
1: Hour change
Midnight = 2
2: Every day at midnight
Noon = 3
3: Every day at noon
Trait Implementations§
impl Copy for Timevsel
impl Eq for Timevsel
impl IsEnum for Timevsel
impl StructuralPartialEq for Timevsel
Auto Trait Implementations§
impl Freeze for Timevsel
impl RefUnwindSafe for Timevsel
impl Send for Timevsel
impl Sync for Timevsel
impl Unpin for Timevsel
impl UnsafeUnpin for Timevsel
impl UnwindSafe for Timevsel
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