summaryrefslogtreecommitdiff
path: root/tests/expectations/using.rs
blob: 705c4bd59894b308005071c02c99ff02f65c1a37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* automatically generated by rust-bindgen */


#![feature(const_fn)]
#![allow(non_snake_case)]


#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct Struct_Point<T> {
    pub x: T,
    pub y: T,
}
pub type IntPoint2D = Struct_Point<::std::os::raw::c_int>;
pub type IntVec2D = Struct_Point<::std::os::raw::c_int>;