mirror of
https://github.com/Sarsoo/csbindgen.git
synced 2024-12-24 07:26:26 +00:00
9 lines
88 B
Rust
9 lines
88 B
Rust
|
|
||
|
|
||
|
|
||
|
#[repr(i32)]
|
||
|
#[derive(Debug, Copy, Clone)]
|
||
|
pub enum HogeMoge{
|
||
|
X = 0,
|
||
|
Y = 1,
|
||
|
}
|