blob: af36754f0038378c40412e594be476e585825c00 [file] [log] [blame]
/* automatically generated by rust-bindgen */
#![allow(dead_code, non_snake_case, non_camel_case_types, non_upper_case_globals)]
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct UsesTemplateParameter<T> {
pub t: T,
pub _phantom_0: ::std::marker::PhantomData<::std::cell::UnsafeCell<T>>,
}
#[repr(C)]
#[derive(Debug, Default, Copy, Clone)]
pub struct UsesTemplateParameter_DoesNotUseTemplateParameters {
pub x: ::std::os::raw::c_int,
}
impl<T> Default for UsesTemplateParameter<T> {
fn default() -> Self {
unsafe { ::std::mem::zeroed() }
}
}