[−][src]Struct display_interface_i2c::I2CInterface
I2C communication interface
Implementations
impl<I2C> I2CInterface<I2C> where
I2C: Write, [src]
I2C: Write,
pub fn new(i2c: I2C, addr: u8, data_byte: u8) -> Self[src]
Create new I2C interface for communication with a display driver
pub fn release(self) -> I2C[src]
Consume the display interface and return the underlying peripherial driver
Trait Implementations
impl<I2C> WriteOnlyDataCommand for I2CInterface<I2C> where
I2C: Write, [src]
I2C: Write,
fn send_commands(&mut self, cmds: DataFormat) -> Result<(), DisplayError>[src]
fn send_data(&mut self, buf: DataFormat) -> Result<(), DisplayError>[src]
Auto Trait Implementations
impl<I2C> Send for I2CInterface<I2C> where
I2C: Send,
I2C: Send,
impl<I2C> Sync for I2CInterface<I2C> where
I2C: Sync,
I2C: Sync,
impl<I2C> Unpin for I2CInterface<I2C> where
I2C: Unpin,
I2C: Unpin,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,