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