blob: a9ad26a50a4bbd47f2a4bc65b1896d3348cdec0a [file] [log] [blame]
#![allow(
dead_code,
non_snake_case,
non_camel_case_types,
non_upper_case_globals
)]
#[repr(C)]
#[derive(Debug, Default, Copy, Clone)]
pub struct foo {
pub b1: bar1,
}
#[repr(C)]
#[derive(Debug, Default, Copy, Clone)]
pub struct bar1 {
pub x1: ::std::os::raw::c_int,
pub b2: bar1__bindgen_ty_1,
}
#[repr(C)]
#[derive(Debug, Default, Copy, Clone)]
pub struct bar1__bindgen_ty_1 {
pub x2: ::std::os::raw::c_int,
pub b3: bar1__bindgen_ty_1__bindgen_ty_1,
}
#[repr(C)]
#[derive(Debug, Default, Copy, Clone)]
pub struct bar1__bindgen_ty_1__bindgen_ty_1 {
pub x3: ::std::os::raw::c_int,
pub b4: bar4,
}
#[repr(C)]
#[derive(Debug, Default, Copy, Clone)]
pub struct bar4 {
pub x4: ::std::os::raw::c_int,
}
#[test]
fn bindgen_test_layout_bar4() {
assert_eq!(
::std::mem::size_of::<bar4>(),
4usize,
concat!("Size of: ", stringify!(bar4))
);
assert_eq!(
::std::mem::align_of::<bar4>(),
4usize,
concat!("Alignment of ", stringify!(bar4))
);
assert_eq!(
unsafe { &(*(::std::ptr::null::<bar4>())).x4 as *const _ as usize },
0usize,
concat!("Offset of field: ", stringify!(bar4), "::", stringify!(x4))
);
}
#[test]
fn bindgen_test_layout_bar1__bindgen_ty_1__bindgen_ty_1() {
assert_eq!(
::std::mem::size_of::<bar1__bindgen_ty_1__bindgen_ty_1>(),
8usize,
concat!("Size of: ", stringify!(bar1__bindgen_ty_1__bindgen_ty_1))
);
assert_eq!(
::std::mem::align_of::<bar1__bindgen_ty_1__bindgen_ty_1>(),
4usize,
concat!(
"Alignment of ",
stringify!(bar1__bindgen_ty_1__bindgen_ty_1)
)
);
assert_eq!(
unsafe {
&(*(::std::ptr::null::<bar1__bindgen_ty_1__bindgen_ty_1>())).x3
as *const _ as usize
},
0usize,
concat!(
"Offset of field: ",
stringify!(bar1__bindgen_ty_1__bindgen_ty_1),
"::",
stringify!(x3)
)
);
assert_eq!(
unsafe {
&(*(::std::ptr::null::<bar1__bindgen_ty_1__bindgen_ty_1>())).b4
as *const _ as usize
},
4usize,
concat!(
"Offset of field: ",
stringify!(bar1__bindgen_ty_1__bindgen_ty_1),
"::",
stringify!(b4)
)
);
}
#[test]
fn bindgen_test_layout_bar1__bindgen_ty_1() {
assert_eq!(
::std::mem::size_of::<bar1__bindgen_ty_1>(),
12usize,
concat!("Size of: ", stringify!(bar1__bindgen_ty_1))
);
assert_eq!(
::std::mem::align_of::<bar1__bindgen_ty_1>(),
4usize,
concat!("Alignment of ", stringify!(bar1__bindgen_ty_1))
);
assert_eq!(
unsafe {
&(*(::std::ptr::null::<bar1__bindgen_ty_1>())).x2 as *const _
as usize
},
0usize,
concat!(
"Offset of field: ",
stringify!(bar1__bindgen_ty_1),
"::",
stringify!(x2)
)
);
assert_eq!(
unsafe {
&(*(::std::ptr::null::<bar1__bindgen_ty_1>())).b3 as *const _
as usize
},
4usize,
concat!(
"Offset of field: ",
stringify!(bar1__bindgen_ty_1),
"::",
stringify!(b3)
)
);
}
#[test]
fn bindgen_test_layout_bar1() {
assert_eq!(
::std::mem::size_of::<bar1>(),
16usize,
concat!("Size of: ", stringify!(bar1))
);
assert_eq!(
::std::mem::align_of::<bar1>(),
4usize,
concat!("Alignment of ", stringify!(bar1))
);
assert_eq!(
unsafe { &(*(::std::ptr::null::<bar1>())).x1 as *const _ as usize },
0usize,
concat!("Offset of field: ", stringify!(bar1), "::", stringify!(x1))
);
assert_eq!(
unsafe { &(*(::std::ptr::null::<bar1>())).b2 as *const _ as usize },
4usize,
concat!("Offset of field: ", stringify!(bar1), "::", stringify!(b2))
);
}
#[test]
fn bindgen_test_layout_foo() {
assert_eq!(
::std::mem::size_of::<foo>(),
16usize,
concat!("Size of: ", stringify!(foo))
);
assert_eq!(
::std::mem::align_of::<foo>(),
4usize,
concat!("Alignment of ", stringify!(foo))
);
assert_eq!(
unsafe { &(*(::std::ptr::null::<foo>())).b1 as *const _ as usize },
0usize,
concat!("Offset of field: ", stringify!(foo), "::", stringify!(b1))
);
}
#[repr(C)]
#[derive(Debug, Default, Copy, Clone)]
pub struct _bindgen_ty_1 {
pub anon2: _bindgen_ty_1__bindgen_ty_1,
}
#[repr(C)]
#[derive(Debug, Default, Copy, Clone)]
pub struct _bindgen_ty_1__bindgen_ty_1 {
pub b: baz,
}
#[repr(C)]
#[derive(Debug, Default, Copy, Clone)]
pub struct baz {
pub x: ::std::os::raw::c_int,
}
#[test]
fn bindgen_test_layout_baz() {
assert_eq!(
::std::mem::size_of::<baz>(),
4usize,
concat!("Size of: ", stringify!(baz))
);
assert_eq!(
::std::mem::align_of::<baz>(),
4usize,
concat!("Alignment of ", stringify!(baz))
);
assert_eq!(
unsafe { &(*(::std::ptr::null::<baz>())).x as *const _ as usize },
0usize,
concat!("Offset of field: ", stringify!(baz), "::", stringify!(x))
);
}
#[test]
fn bindgen_test_layout__bindgen_ty_1__bindgen_ty_1() {
assert_eq!(
::std::mem::size_of::<_bindgen_ty_1__bindgen_ty_1>(),
4usize,
concat!("Size of: ", stringify!(_bindgen_ty_1__bindgen_ty_1))
);
assert_eq!(
::std::mem::align_of::<_bindgen_ty_1__bindgen_ty_1>(),
4usize,
concat!("Alignment of ", stringify!(_bindgen_ty_1__bindgen_ty_1))
);
assert_eq!(
unsafe {
&(*(::std::ptr::null::<_bindgen_ty_1__bindgen_ty_1>())).b
as *const _ as usize
},
0usize,
concat!(
"Offset of field: ",
stringify!(_bindgen_ty_1__bindgen_ty_1),
"::",
stringify!(b)
)
);
}
#[test]
fn bindgen_test_layout__bindgen_ty_1() {
assert_eq!(
::std::mem::size_of::<_bindgen_ty_1>(),
4usize,
concat!("Size of: ", stringify!(_bindgen_ty_1))
);
assert_eq!(
::std::mem::align_of::<_bindgen_ty_1>(),
4usize,
concat!("Alignment of ", stringify!(_bindgen_ty_1))
);
assert_eq!(
unsafe {
&(*(::std::ptr::null::<_bindgen_ty_1>())).anon2 as *const _ as usize
},
0usize,
concat!(
"Offset of field: ",
stringify!(_bindgen_ty_1),
"::",
stringify!(anon2)
)
);
}
extern "C" {
pub static mut anon1: _bindgen_ty_1;
}