Enum vst2::editor::Key [] [src]

#[repr(usize)]
pub enum Key { Back, Tab, Clear, Return, Pause, Escape, Space, Next, End, Home, Left, Up, Right, Down, PageUp, PageDown, Select, Print, Enter, Snapshot, Insert, Delete, Help, Numpad0, Numpad1, Numpad2, Numpad3, Numpad4, Numpad5, Numpad6, Numpad7, Numpad8, Numpad9, Multiply, Add, Separator, Subtract, Decimal, Divide, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, Numlock, Scroll, Shift, Control, Alt, Equals, }

Platform independent key codes.

Variants

Trait Implementations

impl Debug for Key
[src]

Formats the value using the given formatter.

impl Copy for Key
[src]

impl Clone for Key
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<i8> for Key
[src]

Performs the conversion.

impl Into<i8> for Key
[src]

Performs the conversion.

impl From<i16> for Key
[src]

Performs the conversion.

impl Into<i16> for Key
[src]

Performs the conversion.

impl From<i32> for Key
[src]

Performs the conversion.

impl Into<i32> for Key
[src]

Performs the conversion.

impl From<i64> for Key
[src]

Performs the conversion.

impl Into<i64> for Key
[src]

Performs the conversion.

impl From<isize> for Key
[src]

Performs the conversion.

impl Into<isize> for Key
[src]

Performs the conversion.

impl From<u8> for Key
[src]

Performs the conversion.

impl Into<u8> for Key
[src]

Performs the conversion.

impl From<u16> for Key
[src]

Performs the conversion.

impl Into<u16> for Key
[src]

Performs the conversion.

impl From<u32> for Key
[src]

Performs the conversion.

impl Into<u32> for Key
[src]

Performs the conversion.

impl From<u64> for Key
[src]

Performs the conversion.

impl Into<u64> for Key
[src]

Performs the conversion.

impl From<usize> for Key
[src]

Performs the conversion.

impl Into<usize> for Key
[src]

Performs the conversion.