blob: c4211c71b1a6e6f270f0b8b9521a391885e8da17 [file] [log] [blame]
/* automatically generated by rust-bindgen */
#![allow(dead_code, non_snake_case, non_camel_case_types, non_upper_case_globals)]
#[repr(C)]
#[derive(Debug, Default, Copy, Clone)]
pub struct NoHash {
pub _bindgen_opaque_blob: u32,
}
#[test]
fn bindgen_test_layout_NoHash() {
assert_eq!(
::std::mem::size_of::<NoHash>(),
4usize,
concat!("Size of: ", stringify!(NoHash))
);
assert_eq!(
::std::mem::align_of::<NoHash>(),
4usize,
concat!("Alignment of ", stringify!(NoHash))
);
}