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

Enum KeyCodeOct

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

Source from the content-addressed store, hash-verified

22#[repr(u16)]
23#[tsync]
24pub enum KeyCodeOct {
25 Space = 0o40,
26 Apostrophe = 0o47,
27 Comma = 0o54,
28 Minus = 0o55,
29}
30
31#[derive(Serialize_repr)]
32#[repr(u16)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected