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ยง
fn White() -> Self
๐Deprecated: Useless until const_trait is experimental and incomplete. Use LCDColorConst instead.
fn Black() -> Self
๐Deprecated: Useless until const_trait is experimental and incomplete. Use LCDColorConst instead.
fn Clear() -> Self
๐Deprecated: Useless until const_trait is experimental and incomplete. Use LCDColorConst instead.
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
impl LCDColorExt for LCDSolidColor
Sourceยงfn White() -> Self
fn White() -> Self
๐Deprecated: Useless until const_trait is experimental and incomplete. Use LCDColorConst instead.
Sourceยงfn Black() -> Self
fn Black() -> Self
๐Deprecated: Useless until const_trait is experimental and incomplete. Use LCDColorConst instead.
Sourceยงimpl LCDColorExt for LCDColor
impl LCDColorExt for LCDColor
Sourceยงfn White() -> Self
fn White() -> Self
๐Deprecated: Useless until const_trait is experimental and incomplete. Use LCDColorConst instead.
Sourceยงfn Black() -> Self
fn Black() -> Self
๐Deprecated: Useless until const_trait is experimental and incomplete. Use LCDColorConst instead.