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