pub struct ClockMode {
pub polarity: Polarity,
pub phase: Phase,
}
Available on crate feature
unstable
only.Expand description
Represents the clock mode configuration for the LCD interface.
Fields§
§polarity: Polarity
The polarity of the clock signal (idle high or low).
phase: Phase
The phase of the clock signal (shift on the rising or falling edge).
Trait Implementations§
impl Copy for ClockMode
impl StructuralPartialEq for ClockMode
Auto Trait Implementations§
impl Freeze for ClockMode
impl RefUnwindSafe for ClockMode
impl Send for ClockMode
impl Sync for ClockMode
impl Unpin for ClockMode
impl UnwindSafe for ClockMode
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
)