[−][src]Enum embedded_graphics_simulator::BinaryColorTheme
Color theme for binary displays
Variants
A simple on/off, non-styled display with black background and white pixels
An on/off classic LCD-like display with white background
An on/off classic LCD-like display with green background and dark grey pixels
An on/off LCD-like display with light blue background and blue-white pixels
An on/off OLED-like display with a black background and white pixels
An on/off OLED-like display with a dark blue background and light blue pixels
Trait Implementations
impl Clone for BinaryColorTheme[src]
fn clone(&self) -> BinaryColorTheme[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for BinaryColorTheme[src]
impl Debug for BinaryColorTheme[src]
impl Eq for BinaryColorTheme[src]
impl PartialEq<BinaryColorTheme> for BinaryColorTheme[src]
fn eq(&self, other: &BinaryColorTheme) -> bool[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralEq for BinaryColorTheme[src]
impl StructuralPartialEq for BinaryColorTheme[src]
Auto Trait Implementations
impl RefUnwindSafe for BinaryColorTheme
impl Send for BinaryColorTheme
impl Sync for BinaryColorTheme
impl Unpin for BinaryColorTheme
impl UnwindSafe for BinaryColorTheme
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> SetParameter for T
fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>,
T: Parameter<Self>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
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>,