#[repr(u8)]pub enum Bias {
Quarter = 0,
Half = 1,
Third = 2,
}Expand description
The number of voltage levels used when driving an LCD. Your LCD datasheet should tell you what to use.
Variants§
Trait Implementations§
impl Copy for Bias
Auto Trait Implementations§
impl Freeze for Bias
impl RefUnwindSafe for Bias
impl Send for Bias
impl Sync for Bias
impl Unpin for Bias
impl UnwindSafe for Bias
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