• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #![allow(dead_code, non_snake_case, non_camel_case_types, non_upper_case_globals)]
2 #[allow(non_snake_case, non_camel_case_types, non_upper_case_globals)]
3 pub mod root {
4     #[allow(unused_imports)]
5     use self::super::root;
6     #[repr(C)]
7     #[derive(Debug, Default, Copy, Clone)]
8     pub struct jsval_layout {
9         pub __bindgen_anon_1: root::jsval_layout__bindgen_ty_1,
10     }
11     #[repr(C)]
12     #[derive(Debug, Default, Copy, Clone)]
13     pub struct jsval_layout__bindgen_ty_1 {
14         pub _address: u8,
15     }
16     #[allow(clippy::unnecessary_operation, clippy::identity_op)]
17     const _: () = {
18         [
19             "Size of jsval_layout__bindgen_ty_1",
20         ][::std::mem::size_of::<jsval_layout__bindgen_ty_1>() - 1usize];
21         [
22             "Alignment of jsval_layout__bindgen_ty_1",
23         ][::std::mem::align_of::<jsval_layout__bindgen_ty_1>() - 1usize];
24     };
25     #[allow(clippy::unnecessary_operation, clippy::identity_op)]
26     const _: () = {
27         ["Size of jsval_layout"][::std::mem::size_of::<jsval_layout>() - 1usize];
28         ["Alignment of jsval_layout"][::std::mem::align_of::<jsval_layout>() - 1usize];
29     };
30 }
31