blob: 3634a6313ca34a3fe7300a4d96af2e708b3efb98 [file] [log] [blame]
/* automatically generated by rust-bindgen */
#![allow(non_snake_case)]
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct Foo<T> {
pub _address: u8,
pub _phantom_0: ::std::marker::PhantomData<T>,
}
pub type Foo_elem_type<T> = T;
pub type Foo_ptr_type<T> = *mut T;
#[repr(C)]
#[derive(Debug, Default, Copy, Clone)]
pub struct Foo_Bar<T> {
pub x: ::std::os::raw::c_int,
pub y: ::std::os::raw::c_int,
pub _phantom_0: ::std::marker::PhantomData<T>,
}
impl <T> Default for Foo<T> {
fn default() -> Self { unsafe { ::std::mem::zeroed() } }
}