blob: 322b89fc7c56745dedab2e1796c93b9d1f922c1f [file] [log] [blame]
/* automatically generated by rust-bindgen */
#![allow(non_snake_case)]
pub const Foo_Dupe: Foo = Foo::Bar;
#[repr(u32)]
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
pub enum Foo { Bar = 1, }