blob: 6ff4ce9a977c1070aa181986e14b892f60c72b6e [file] [log] [blame]
/* automatically generated by rust-bindgen */
#![allow(non_snake_case)]
#[repr(C)]
#[derive(Debug, Default, Copy)]
pub struct false_type {
pub _address: u8,
}
#[test]
fn bindgen_test_layout_false_type() {
assert_eq!(::std::mem::size_of::<false_type>() , 1usize , concat ! (
"Size of: " , stringify ! ( false_type ) ));
assert_eq! (::std::mem::align_of::<false_type>() , 1usize , concat ! (
"Alignment of " , stringify ! ( false_type ) ));
}
impl Clone for false_type {
fn clone(&self) -> Self { *self }
}