Enum logitech_lcd_sys::LcdButton [] [src]

#[repr(u32)]
pub enum LcdButton { MONO_BUTTON_0, MONO_BUTTON_1, MONO_BUTTON_2, MONO_BUTTON_3, COLOR_BUTTON_LEFT, COLOR_BUTTON_RIGHT, COLOR_BUTTON_OK, COLOR_BUTTON_CANCEL, COLOR_BUTTON_UP, COLOR_BUTTON_DOWN, COLOR_BUTTON_MENU, }

Bitflags for LCD Buttons, combine with BitFlags

Variants

Methods

impl LcdButton
[src]

impl LcdButton
[src]

Trait Implementations

impl Into<InnerLcdButton> for LcdButton
[src]

Performs the conversion.

impl Into<u32> for LcdButton
[src]

Performs the conversion.

impl BitOr for LcdButton
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitAnd for LcdButton
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitXor for LcdButton
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl Not for LcdButton
[src]

The resulting type after applying the ! operator

The method for the unary ! operator

impl EnumFlagSize for LcdButton
[src]

impl Copy for LcdButton
[src]

impl Clone for LcdButton
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LcdButton
[src]

Formats the value using the given formatter.