Struct st7735_async_low::RamWriter[][src]

pub struct RamWriter<'s, S: DcxPin> { /* fields omitted */ }

A helper RAII object for writing data after a command.

Trait Implementations

impl<'s, S: Debug + DcxPin> Debug for RamWriter<'s, S>[src]

impl<'s, S: DcxPin> Drop for RamWriter<'s, S>[src]

impl<'a, 's, S: DcxPin + WriteU8<'a>> WriteU8<'a> for RamWriter<'s, S>[src]

type WriteU8Done = <S as WriteU8<'a>>::WriteU8Done

impl<'a, 's, S: DcxPin + WriteU8s<'a>> WriteU8s<'a> for RamWriter<'s, S>[src]

type WriteU8sDone = <S as WriteU8s<'a>>::WriteU8sDone

Auto Trait Implementations

impl<'s, S> Send for RamWriter<'s, S> where
    S: Send

impl<'s, S> Sync for RamWriter<'s, S> where
    S: Sync

impl<'s, S> Unpin for RamWriter<'s, S>

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.