blob: 071111a453c9310500c947c0c9c176dc16997db8 [file] [log] [blame]
/* automatically generated by rust-bindgen */
#![allow(dead_code, non_snake_case, non_camel_case_types, non_upper_case_globals)]
#[repr(C)]
pub struct Foo {
pub member: Foo_SecondAlias,
}
pub type Foo_FirstAlias = [u8; 0usize];
pub type Foo_SecondAlias = [u8; 0usize];
impl Default for Foo {
fn default() -> Self {
unsafe { ::std::mem::zeroed() }
}
}