pub enum DelayMode {
None = 0,
RaisingEdge = 1,
FallingEdge = 2,
}
Available on crate feature
unstable
only.Expand description
Represents the delay mode for the LCD signal output.
Variants§
None = 0
Output without delay.
RaisingEdge = 1
Delayed by the rising edge of LCD_CLK.
FallingEdge = 2
Delayed by the falling edge of LCD_CLK.
Trait Implementations§
impl Copy for DelayMode
impl StructuralPartialEq for DelayMode
Auto Trait Implementations§
impl Freeze for DelayMode
impl RefUnwindSafe for DelayMode
impl Send for DelayMode
impl Sync for DelayMode
impl Unpin for DelayMode
impl UnwindSafe for DelayMode
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)