Enum max7219_driver::DisplayTest
source · [−]pub enum DisplayTest {
NormalOperationMode,
DisplayTestMode,
}Expand description
Enumeration of the MAX7219 display test modes
Variants
NormalOperationMode
DisplayTestMode
Auto Trait Implementations
impl RefUnwindSafe for DisplayTest
impl Send for DisplayTest
impl Sync for DisplayTest
impl Unpin for DisplayTest
impl UnwindSafe for DisplayTest
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