Enum ui_sys::uiExtKey[][src]

#[repr(u32)]
pub enum uiExtKey { Escape, Insert, Delete, Home, End, PageUp, PageDown, Up, Down, Left, Right, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9, NDot, NEnter, NAdd, NSubtract, NMultiply, NDivide, }

Variants

Equivalent to "Help" on Apple keyboards.

Trait Implementations

impl Copy for uiExtKey
[src]

impl Clone for uiExtKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for uiExtKey
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for uiExtKey
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for uiExtKey

impl Sync for uiExtKey