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
Escape
Insert
Equivalent to "Help" on Apple keyboards.
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
Trait Implementations
impl Copy for uiExtKey
[src]
impl Copy for uiExtKey
impl Clone for uiExtKey
[src]
impl Clone for uiExtKey
fn clone(&self) -> uiExtKey
[src]
fn clone(&self) -> uiExtKey
Returns 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 uiExtKey
fn eq(&self, other: &uiExtKey) -> bool
[src]
fn eq(&self, other: &uiExtKey) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Debug for uiExtKey
[src]
impl Debug for uiExtKey