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 Copy for uiExtKeyimpl Clone for uiExtKey[src]
impl Clone for uiExtKeyfn clone(&self) -> uiExtKey[src]
fn clone(&self) -> uiExtKeyReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for uiExtKey[src]
impl PartialEq for uiExtKeyfn eq(&self, other: &uiExtKey) -> bool[src]
fn eq(&self, other: &uiExtKey) -> boolThis 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]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for uiExtKey[src]
impl Debug for uiExtKey