pub enum BlinkFreq {
Hz0_25,
Hz0_5,
Hz1,
Hz2,
Hz4,
}Expand description
Blink frequency
Variants§
Trait Implementations§
impl Copy for BlinkFreq
impl Eq for BlinkFreq
impl StructuralPartialEq for BlinkFreq
Auto Trait Implementations§
impl Freeze for BlinkFreq
impl RefUnwindSafe for BlinkFreq
impl Send for BlinkFreq
impl Sync for BlinkFreq
impl Unpin for BlinkFreq
impl UnwindSafe for BlinkFreq
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