LCDColorExt

Trait LCDColorExt 

Source
pub trait LCDColorExt {
    // Required methods
    fn White() -> Self;
    fn Black() -> Self;
    fn Clear() -> Self;
    fn XOR() -> Self;
}
๐Ÿ‘ŽDeprecated: Useless until const_trait is experimental and incomplete. Use LCDColorConst instead.

Required Methodsยง

Source

fn White() -> Self

๐Ÿ‘ŽDeprecated: Useless until const_trait is experimental and incomplete. Use LCDColorConst instead.
Source

fn Black() -> Self

๐Ÿ‘ŽDeprecated: Useless until const_trait is experimental and incomplete. Use LCDColorConst instead.
Source

fn Clear() -> Self

๐Ÿ‘ŽDeprecated: Useless until const_trait is experimental and incomplete. Use LCDColorConst instead.
Source

fn XOR() -> Self

๐Ÿ‘ŽDeprecated: Useless until const_trait is experimental and incomplete. Use LCDColorConst instead.

Dyn Compatibilityยง

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Typesยง

Sourceยง

impl LCDColorExt for LCDSolidColor

Sourceยง

fn White() -> Self

๐Ÿ‘ŽDeprecated: Useless until const_trait is experimental and incomplete. Use LCDColorConst instead.
Sourceยง

fn Black() -> Self

๐Ÿ‘ŽDeprecated: Useless until const_trait is experimental and incomplete. Use LCDColorConst instead.
Sourceยง

fn Clear() -> Self

๐Ÿ‘ŽDeprecated: Useless until const_trait is experimental and incomplete. Use LCDColorConst instead.
Sourceยง

fn XOR() -> Self

๐Ÿ‘ŽDeprecated: Useless until const_trait is experimental and incomplete. Use LCDColorConst instead.
Sourceยง

impl LCDColorExt for LCDColor

Sourceยง

fn White() -> Self

๐Ÿ‘ŽDeprecated: Useless until const_trait is experimental and incomplete. Use LCDColorConst instead.
Sourceยง

fn Black() -> Self

๐Ÿ‘ŽDeprecated: Useless until const_trait is experimental and incomplete. Use LCDColorConst instead.
Sourceยง

fn Clear() -> Self

๐Ÿ‘ŽDeprecated: Useless until const_trait is experimental and incomplete. Use LCDColorConst instead.
Sourceยง

fn XOR() -> Self

๐Ÿ‘ŽDeprecated: Useless until const_trait is experimental and incomplete. Use LCDColorConst instead.

Implementorsยง