pub struct DIC {
pub cmd: Counter,
pub data: Counter,
}
Fields§
§cmd: Counter
§data: Counter
Trait Implementations§
Source§impl WriteOnlyDataCommand for DIC
impl WriteOnlyDataCommand for DIC
Source§fn send_commands(&mut self, cmd: DataFormat<'_>) -> Result<(), DisplayError>
fn send_commands(&mut self, cmd: DataFormat<'_>) -> Result<(), DisplayError>
Send a batch of commands to display
Source§fn send_data(&mut self, buf: DataFormat<'_>) -> Result<(), DisplayError>
fn send_data(&mut self, buf: DataFormat<'_>) -> Result<(), DisplayError>
Send pixel data to display
Auto Trait Implementations§
impl Freeze for DIC
impl RefUnwindSafe for DIC
impl Send for DIC
impl Sync for DIC
impl Unpin for DIC
impl UnwindSafe for DIC
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more