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
EscapeInsertEquivalent to "Help" on Apple keyboards.
DeleteHomeEndPageUpPageDownUpDownLeftRightF1F2F3F4F5F6F7F8F9F10F11F12N0N1N2N3N4N5N6N7N8N9NDotNEnterNAddNSubtractNMultiplyNDivide
Trait Implementations
impl Copy for uiExtKey[src]
impl Clone for uiExtKey[src]
fn clone(&self) -> uiExtKey[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for uiExtKey[src]
fn eq(&self, __arg_0: &uiExtKey) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.