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


#![allow(non_snake_case)]


#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct UsesTemplateParameter<T> {
    pub t: T,
    pub _phantom_0: ::std::marker::PhantomData<::std::cell::UnsafeCell<T>>,
}
impl <T> Default for UsesTemplateParameter<T> {
    fn default() -> Self { unsafe { ::std::mem::zeroed() } }
}