pub enum TargetLightMode {
AlwaysOff,
AlwaysOn,
Standard,
}Expand description
target light mode to indicate scanning
Variants§
AlwaysOff
target light is disabled
AlwaysOn
target light is always on (also when not scanning)
Standard
target light is on during scanning
Auto Trait Implementations§
impl Freeze for TargetLightMode
impl RefUnwindSafe for TargetLightMode
impl Send for TargetLightMode
impl Sync for TargetLightMode
impl Unpin for TargetLightMode
impl UnwindSafe for TargetLightMode
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