Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emberian/evdev
/ KeyCode
Class
KeyCode
src/scancodes.rs:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
#[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
9
#[repr(transparent)]
10
pub struct KeyCode(pub u16);
11
12
impl KeyCode {
13
#[inline]
Callers
2
test_first_element_in_slice_iter
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_first_element_in_slice_iter
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…