Enum lcd1602_driver::enums::basic_command::MoveDirection
source · pub enum MoveDirection {
RightToLeft,
LeftToRight,
}
Variants§
Trait Implementations§
source§impl Clone for MoveDirection
impl Clone for MoveDirection
source§fn clone(&self) -> MoveDirection
fn clone(&self) -> MoveDirection
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 moresource§impl Default for MoveDirection
impl Default for MoveDirection
source§fn default() -> MoveDirection
fn default() -> MoveDirection
Returns the “default value” for a type. Read more
source§impl PartialEq<MoveDirection> for MoveDirection
impl PartialEq<MoveDirection> for MoveDirection
source§fn eq(&self, other: &MoveDirection) -> bool
fn eq(&self, other: &MoveDirection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MoveDirection
impl StructuralPartialEq for MoveDirection
Auto Trait Implementations§
impl RefUnwindSafe for MoveDirection
impl Send for MoveDirection
impl Sync for MoveDirection
impl Unpin for MoveDirection
impl UnwindSafe for MoveDirection
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