#[repr(u8)]pub enum BlinkSelector {
None = 0,
Seg0Com0 = 1,
Seg0ComAll = 2,
All = 3,
}Expand description
Blink pixel selector
Variants§
None = 0
No pixels blink
Seg0Com0 = 1
The SEG0, COM0 pixel blinks if the pixel is set
Seg0ComAll = 2
The SEG0 pixel of all COMs blinks if the pixel is set
All = 3
All pixels blink if the pixel is set
Trait Implementations§
Source§impl Clone for BlinkSelector
impl Clone for BlinkSelector
Source§fn clone(&self) -> BlinkSelector
fn clone(&self) -> BlinkSelector
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 BlinkSelector
impl Debug for BlinkSelector
Source§impl PartialEq for BlinkSelector
impl PartialEq for BlinkSelector
impl Copy for BlinkSelector
impl Eq for BlinkSelector
impl StructuralPartialEq for BlinkSelector
Auto Trait Implementations§
impl Freeze for BlinkSelector
impl RefUnwindSafe for BlinkSelector
impl Send for BlinkSelector
impl Sync for BlinkSelector
impl Unpin for BlinkSelector
impl UnwindSafe for BlinkSelector
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