blob: b0c91e8ca9891f8bc2724c68e3578767e8aad4f3 [file] [log] [blame]
/* automatically generated by rust-bindgen */
#![allow(non_snake_case)]
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct std_char_traits<_CharT> {
pub _address: u8,
pub _phantom_0: ::std::marker::PhantomData<_CharT>,
}
impl <_CharT> Default for std_char_traits<_CharT> {
fn default() -> Self { unsafe { ::std::mem::zeroed() } }
}
#[repr(C)]
#[derive(Debug, Default, Copy)]
pub struct __gnu_cxx_char_traits {
pub _address: u8,
}
impl Clone for __gnu_cxx_char_traits {
fn clone(&self) -> Self { *self }
}