pub enum LEDPulseFreq {
Rate60kHz = 24,
Rate70kHz = 64,
Rate80kHz = 40,
Rate90kHz = 48,
Rate100kHz = 56,
}Variants§
Trait Implementations§
Source§impl Debug for LEDPulseFreq
impl Debug for LEDPulseFreq
Auto Trait Implementations§
impl Freeze for LEDPulseFreq
impl RefUnwindSafe for LEDPulseFreq
impl Send for LEDPulseFreq
impl Sync for LEDPulseFreq
impl Unpin for LEDPulseFreq
impl UnwindSafe for LEDPulseFreq
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