pub enum ControllerModel {
GenericMipiDcs,
Ili9341,
Ssd1306,
}Variants§
Trait Implementations§
Source§impl Clone for ControllerModel
impl Clone for ControllerModel
Source§fn clone(&self) -> ControllerModel
fn clone(&self) -> ControllerModel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ControllerModel
impl Debug for ControllerModel
Source§impl PartialEq for ControllerModel
impl PartialEq for ControllerModel
impl Copy for ControllerModel
impl Eq for ControllerModel
impl StructuralPartialEq for ControllerModel
Auto Trait Implementations§
impl Freeze for ControllerModel
impl RefUnwindSafe for ControllerModel
impl Send for ControllerModel
impl Sync for ControllerModel
impl Unpin for ControllerModel
impl UnsafeUnpin for ControllerModel
impl UnwindSafe for ControllerModel
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