MCPcopy Create free account
hub / github.com/Wulf/tsync / KeyCode

Enum KeyCode

test/issue-60/rust.rs:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#[repr(u16)]
3#[tsync]
4pub enum KeyCode {
5 Space = 32,
6 Apostrophe = 39,
7 Comma = 44,
8 Minus = 45,
9}
10
11#[derive(Serialize_repr)]
12#[repr(u16)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected