Enum max7219_driver::DecodeMode
source · [−]pub enum DecodeMode {
NoDecode,
CodeB0,
CodeB30,
CodeB70,
}Expand description
Enumeration of the MAX7219 decode modes for BCD encoded input.
Variants
NoDecode
CodeB0
CodeB30
CodeB70
Auto Trait Implementations
impl RefUnwindSafe for DecodeMode
impl Send for DecodeMode
impl Sync for DecodeMode
impl Unpin for DecodeMode
impl UnwindSafe for DecodeMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more