Enum max7219_driver::Intensity
source · [−]pub enum Intensity {
Show 16 variants
Min,
Ratio3_32,
Ratio5_32,
Ratio7_32,
Ratio9_32,
Ratio11_32,
Ratio13_32,
Ratio15_32,
Ratio17_32,
Ratio19_32,
Ratio21_32,
Ratio23_32,
Ratio25_32,
Ratio27_32,
Ratio29_32,
Max,
}Expand description
Enumeration of the MAX7219 supported LED intensity values.
Variants
Min
Ratio3_32
Ratio5_32
Ratio7_32
Ratio9_32
Ratio11_32
Ratio13_32
Ratio15_32
Ratio17_32
Ratio19_32
Ratio21_32
Ratio23_32
Ratio25_32
Ratio27_32
Ratio29_32
Max
Auto Trait Implementations
impl RefUnwindSafe for Intensity
impl Send for Intensity
impl Sync for Intensity
impl Unpin for Intensity
impl UnwindSafe for Intensity
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