pub enum LcdDisplay {
On = 4,
Off = 0,
}
Expand description
Determines whether the entire LCD is on or off.
Variants§
Trait Implementations§
Source§impl Clone for LcdDisplay
impl Clone for LcdDisplay
Source§fn clone(&self) -> LcdDisplay
fn clone(&self) -> LcdDisplay
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for LcdDisplay
Auto Trait Implementations§
impl Freeze for LcdDisplay
impl RefUnwindSafe for LcdDisplay
impl Send for LcdDisplay
impl Sync for LcdDisplay
impl Unpin for LcdDisplay
impl UnwindSafe for LcdDisplay
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