pub enum LcdTopSide {
Up,
Down,
Left,
Right,
}
Variants§
Trait Implementations§
Source§impl Clone for LcdTopSide
impl Clone for LcdTopSide
Source§fn clone(&self) -> LcdTopSide
fn clone(&self) -> LcdTopSide
Returns a duplicate 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 moreSource§impl PartialEq for LcdTopSide
impl PartialEq for LcdTopSide
impl Copy for LcdTopSide
impl Eq for LcdTopSide
impl StructuralPartialEq for LcdTopSide
Auto Trait Implementations§
impl Freeze for LcdTopSide
impl RefUnwindSafe for LcdTopSide
impl Send for LcdTopSide
impl Sync for LcdTopSide
impl Unpin for LcdTopSide
impl UnwindSafe for LcdTopSide
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