Derive copy, clone for ggid

This commit is contained in:
Richard Stöckl
2023-08-21 18:44:42 +02:00
parent bdf6ecf131
commit c15fb116a9

View File

@@ -115,6 +115,7 @@ fn main() -> Result<(), Box<dyn Error>> {
}
#[repr(u32)]
#[derive(Copy, Clone)]
pub enum GGID {
Japanese = 0x345,
English = 0x400318,