Enum max7219_driver::Command
source · [−]pub enum Command {
NoOp,
DecodeMode,
Intensity,
ScanLimit,
Shutdown,
DisplayTest,
}Expand description
Enumeration of commands in the register map of the MAX7219.
Variants
NoOp
DecodeMode
Intensity
ScanLimit
Shutdown
DisplayTest
Auto Trait Implementations
impl RefUnwindSafe for Command
impl Send for Command
impl Sync for Command
impl Unpin for Command
impl UnwindSafe for Command
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