blob: 3590241fce594e2624c1eab99c003df234f3c75c [file] [log] [blame]
/* automatically generated by rust-bindgen */
#![allow(non_snake_case)]
/** <div rustbindgen nocopy></div> */
#[repr(C)]
#[derive(Debug)]
pub struct CopiableButWait<T> {
pub whatever: ::std::os::raw::c_int,
pub _phantom_0: ::std::marker::PhantomData<T>,
}
impl <T> Default for CopiableButWait<T> {
fn default() -> Self { unsafe { ::std::mem::zeroed() } }
}