blob: 1f7d33d36d879a711e0eabbbbdc8949cfcc76746 [file] [log] [blame]
#![allow(
dead_code,
non_snake_case,
non_camel_case_types,
non_upper_case_globals
)]
#[repr(C)]
#[derive(Copy, Clone)]
pub union a__bindgen_ty_1 {
pub _address: u8,
}
impl Default for a__bindgen_ty_1 {
fn default() -> Self {
unsafe { ::std::mem::zeroed() }
}
}