blob: 7ced63e6ce6d1d9038ee3e4451458e9a075bc54b [file] [log] [blame]
#![allow(
dead_code,
non_snake_case,
non_camel_case_types,
non_upper_case_globals
)]
#[repr(C)]
#[derive(Copy, Clone)]
pub struct foo {
pub a: ::std::os::raw::c_uint,
pub __bindgen_anon_1: foo__bindgen_ty_1,
}
#[repr(C)]
#[derive(Copy, Clone)]
pub union foo__bindgen_ty_1 {
pub b: ::std::os::raw::c_uint,
pub __bindgen_anon_1: foo__bindgen_ty_1__bindgen_ty_1,
pub __bindgen_anon_2: foo__bindgen_ty_1__bindgen_ty_2,
}
#[repr(C)]
#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)]
pub struct foo__bindgen_ty_1__bindgen_ty_1 {
pub c1: ::std::os::raw::c_ushort,
pub c2: ::std::os::raw::c_ushort,
}
#[test]
fn bindgen_test_layout_foo__bindgen_ty_1__bindgen_ty_1() {
assert_eq!(
::std::mem::size_of::<foo__bindgen_ty_1__bindgen_ty_1>(),
4usize,
concat!("Size of: ", stringify!(foo__bindgen_ty_1__bindgen_ty_1))
);
assert_eq!(
::std::mem::align_of::<foo__bindgen_ty_1__bindgen_ty_1>(),
2usize,
concat!("Alignment of ", stringify!(foo__bindgen_ty_1__bindgen_ty_1))
);
assert_eq!(
unsafe {
&(*(::std::ptr::null::<foo__bindgen_ty_1__bindgen_ty_1>())).c1
as *const _ as usize
},
0usize,
concat!(
"Offset of field: ",
stringify!(foo__bindgen_ty_1__bindgen_ty_1),
"::",
stringify!(c1)
)
);
assert_eq!(
unsafe {
&(*(::std::ptr::null::<foo__bindgen_ty_1__bindgen_ty_1>())).c2
as *const _ as usize
},
2usize,
concat!(
"Offset of field: ",
stringify!(foo__bindgen_ty_1__bindgen_ty_1),
"::",
stringify!(c2)
)
);
}
#[repr(C)]
#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)]
pub struct foo__bindgen_ty_1__bindgen_ty_2 {
pub d1: ::std::os::raw::c_uchar,
pub d2: ::std::os::raw::c_uchar,
pub d3: ::std::os::raw::c_uchar,
pub d4: ::std::os::raw::c_uchar,
}
#[test]
fn bindgen_test_layout_foo__bindgen_ty_1__bindgen_ty_2() {
assert_eq!(
::std::mem::size_of::<foo__bindgen_ty_1__bindgen_ty_2>(),
4usize,
concat!("Size of: ", stringify!(foo__bindgen_ty_1__bindgen_ty_2))
);
assert_eq!(
::std::mem::align_of::<foo__bindgen_ty_1__bindgen_ty_2>(),
1usize,
concat!("Alignment of ", stringify!(foo__bindgen_ty_1__bindgen_ty_2))
);
assert_eq!(
unsafe {
&(*(::std::ptr::null::<foo__bindgen_ty_1__bindgen_ty_2>())).d1
as *const _ as usize
},
0usize,
concat!(
"Offset of field: ",
stringify!(foo__bindgen_ty_1__bindgen_ty_2),
"::",
stringify!(d1)
)
);
assert_eq!(
unsafe {
&(*(::std::ptr::null::<foo__bindgen_ty_1__bindgen_ty_2>())).d2
as *const _ as usize
},
1usize,
concat!(
"Offset of field: ",
stringify!(foo__bindgen_ty_1__bindgen_ty_2),
"::",
stringify!(d2)
)
);
assert_eq!(
unsafe {
&(*(::std::ptr::null::<foo__bindgen_ty_1__bindgen_ty_2>())).d3
as *const _ as usize
},
2usize,
concat!(
"Offset of field: ",
stringify!(foo__bindgen_ty_1__bindgen_ty_2),
"::",
stringify!(d3)
)
);
assert_eq!(
unsafe {
&(*(::std::ptr::null::<foo__bindgen_ty_1__bindgen_ty_2>())).d4
as *const _ as usize
},
3usize,
concat!(
"Offset of field: ",
stringify!(foo__bindgen_ty_1__bindgen_ty_2),
"::",
stringify!(d4)
)
);
}
#[test]
fn bindgen_test_layout_foo__bindgen_ty_1() {
assert_eq!(
::std::mem::size_of::<foo__bindgen_ty_1>(),
4usize,
concat!("Size of: ", stringify!(foo__bindgen_ty_1))
);
assert_eq!(
::std::mem::align_of::<foo__bindgen_ty_1>(),
4usize,
concat!("Alignment of ", stringify!(foo__bindgen_ty_1))
);
assert_eq!(
unsafe {
&(*(::std::ptr::null::<foo__bindgen_ty_1>())).b as *const _ as usize
},
0usize,
concat!(
"Offset of field: ",
stringify!(foo__bindgen_ty_1),
"::",
stringify!(b)
)
);
}
impl Default for foo__bindgen_ty_1 {
fn default() -> Self {
let mut s = ::std::mem::MaybeUninit::<Self>::uninit();
unsafe {
::std::ptr::write_bytes(s.as_mut_ptr(), 0, 1);
s.assume_init()
}
}
}
#[test]
fn bindgen_test_layout_foo() {
assert_eq!(
::std::mem::size_of::<foo>(),
8usize,
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>())).a as *const _ as usize },
0usize,
concat!("Offset of field: ", stringify!(foo), "::", stringify!(a))
);
}
impl Default for foo {
fn default() -> Self {
let mut s = ::std::mem::MaybeUninit::<Self>::uninit();
unsafe {
::std::ptr::write_bytes(s.as_mut_ptr(), 0, 1);
s.assume_init()
}
}
}