Struct max7456::incremental_writer::IncrementalWriter[][src]

pub struct IncrementalWriter<'a> { /* fields omitted */ }

Incremental writer starting from given row and column based on MAX7456 incremental write capability

Implementations

impl<'a> IncrementalWriter<'a>[src]

pub fn new(bytes: &'a [u8], row: u8, column: u8, attributes: Attributes) -> Self[src]

pub fn remain(&self) -> usize[src]

pub fn write<'b>(&mut self, buffer: &'b mut [u8]) -> Option<Display<'b>>[src]

Auto Trait Implementations

impl<'a> Send for IncrementalWriter<'a>

impl<'a> Sync for IncrementalWriter<'a>

impl<'a> Unpin for IncrementalWriter<'a>

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.