Trait display_interface_parallel_gpio::OutputBus [−][src]
pub trait OutputBus { type Word: Copy; fn set_value(&mut self, value: Self::Word) -> Result<(), DisplayError>; }
This trait represents the data pins of a parallel bus.
See Generic8BitBus for a generic implementation.
Associated Types
Loading content...Required methods
fn set_value(&mut self, value: Self::Word) -> Result<(), DisplayError>
[src]
Implementors
Loading content...