pub enum LedControl {
On,
Off,
}Expand description
LED indicator control.
Per Operating Tips §5.2: Menu No. 181 controls the RX LED and FM Radio LED independently. When enabled, the LED lights on signal reception and during FM broadcast radio playback.
Variants§
Trait Implementations§
Source§impl Clone for LedControl
impl Clone for LedControl
Source§fn clone(&self) -> LedControl
fn clone(&self) -> LedControl
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LedControl
impl Debug for LedControl
Source§impl Hash for LedControl
impl Hash for LedControl
Source§impl PartialEq for LedControl
impl PartialEq for LedControl
Source§impl TryFrom<u8> for LedControl
impl TryFrom<u8> for LedControl
impl Copy for LedControl
impl Eq for LedControl
impl StructuralPartialEq for LedControl
Auto Trait Implementations§
impl Freeze for LedControl
impl RefUnwindSafe for LedControl
impl Send for LedControl
impl Sync for LedControl
impl Unpin for LedControl
impl UnwindSafe for LedControl
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