#[repr(u8)]pub enum Mode {
EightBits = 16,
FourBits = 0,
}
Expand description
Flag for the bus mode of the display
Variants§
EightBits = 16
Use eight-bit bus (Set by with_full_bus)
FourBits = 0
Use four-bit bus (Set by with_half_bus)
Auto Trait Implementations§
impl Freeze for Mode
impl RefUnwindSafe for Mode
impl Send for Mode
impl Sync for Mode
impl Unpin for Mode
impl UnwindSafe for Mode
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