#[repr(u8)]pub enum LoCharBits {
Show 15 variants
LoA = 95,
LoB = 124,
LoC = 88,
LoD = 94,
LoE = 123,
LoG = 111,
LoH = 116,
LoI = 16,
LoN = 84,
LoO = 92,
LoQ = 103,
LoR = 80,
LoT = 120,
LoU = 28,
LoY = 110,
}
Expand description
Maps a character to its closest possible representation on a 7-segment display.
Variants§
LoA = 95
Lowercase A
LoB = 124
Lowercase B
LoC = 88
Lowercase C
LoD = 94
Lowercase D
LoE = 123
Lowercase e
LoG = 111
Lowercase G
LoH = 116
Lowercase H
LoI = 16
Lowercase I
LoN = 84
Lowercase N
LoO = 92
Lowercase O
LoQ = 103
Lowercase Q
LoR = 80
Lowercase R
LoT = 120
Lowercase T
LoU = 28
Lowercase U
LoY = 110
Lowercase Y
Implementations§
Trait Implementations§
Source§impl Clone for LoCharBits
impl Clone for LoCharBits
Source§fn clone(&self) -> LoCharBits
fn clone(&self) -> LoCharBits
Returns a copy 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 LoCharBits
impl Debug for LoCharBits
Source§impl Format for LoCharBits
impl Format for LoCharBits
impl Copy for LoCharBits
Auto Trait Implementations§
impl Freeze for LoCharBits
impl RefUnwindSafe for LoCharBits
impl Send for LoCharBits
impl Sync for LoCharBits
impl Unpin for LoCharBits
impl UnwindSafe for LoCharBits
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