Enum st7735_async_low::RowOrder[][src]

pub enum RowOrder {
    TopToBottom,
    BottomToTop,
}

The row order of the LCD pixels.

Variants

TopToBottom
BottomToTop

Trait Implementations

impl Clone for RowOrder[src]

impl Copy for RowOrder[src]

impl Debug for RowOrder[src]

impl Default for RowOrder[src]

impl Display for RowOrder[src]

impl Eq for RowOrder[src]

impl PartialEq<RowOrder> for RowOrder[src]

impl StructuralEq for RowOrder[src]

impl StructuralPartialEq for RowOrder[src]

Auto Trait Implementations

impl Send for RowOrder

impl Sync for RowOrder

impl Unpin for RowOrder

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.