• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #![allow(dead_code, non_snake_case, non_camel_case_types, non_upper_case_globals)]
2 #[repr(C)]
3 #[repr(align(4))]
4 #[derive(Debug, Default)]
5 pub struct NoCopy {
6     pub _bindgen_opaque_blob: u32,
7 }
8 #[allow(clippy::unnecessary_operation, clippy::identity_op)]
9 const _: () = {
10     ["Size of NoCopy"][::std::mem::size_of::<NoCopy>() - 4usize];
11     ["Alignment of NoCopy"][::std::mem::align_of::<NoCopy>() - 4usize];
12 };
13