Enum logitech_lcd_sys::LcdType [] [src]

#[repr(u32)]
pub enum LcdType { MONO, COLOR, }

Bitflags for specifying LCD types, combine with BitFlags

Variants

Methods

impl LcdType
[src]

impl LcdType
[src]

Trait Implementations

impl Into<InnerLcdType> for LcdType
[src]

Performs the conversion.

impl Into<u32> for LcdType
[src]

Performs the conversion.

impl BitOr for LcdType
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitAnd for LcdType
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitXor for LcdType
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl Not for LcdType
[src]

The resulting type after applying the ! operator

The method for the unary ! operator

impl EnumFlagSize for LcdType
[src]

impl Copy for LcdType
[src]

impl Clone for LcdType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LcdType
[src]

Formats the value using the given formatter.