Struct lcd_ili9341::Controller [] [src]

pub struct Controller<T> where
    T: Interface
{ /* fields omitted */ }

Controller implements the LCD command set and calls on the Interface trait to communicate with the LCD panel.

Methods

impl<T: Interface> Controller<T> where
    T: Interface
[src]

Trait Implementations

impl<T: Copy> Copy for Controller<T> where
    T: Interface
[src]

impl<T: Clone> Clone for Controller<T> where
    T: Interface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more