| 22 | #[repr(u16)] |
| 23 | #[tsync] |
| 24 | pub enum KeyCodeOct { |
| 25 | Space = 0o40, |
| 26 | Apostrophe = 0o47, |
| 27 | Comma = 0o54, |
| 28 | Minus = 0o55, |
| 29 | } |
| 30 | |
| 31 | #[derive(Serialize_repr)] |
| 32 | #[repr(u16)] |
nothing calls this directly
no outgoing calls
no test coverage detected