blob: cb6eead35c0020941fcaa8b260feef481e85105f [file] [log] [blame]
/* automatically generated by rust-bindgen */
#![allow(non_snake_case)]
pub mod root {
#[allow(unused_imports)]
use self::super::root;
pub mod foo {
#[allow(unused_imports)]
use self::super::super::root;
#[repr(C)]
#[derive(Debug, Default, Copy)]
pub struct Bar {
pub foo: ::std::os::raw::c_int,
}
#[repr(C)]
#[derive(Debug, Default, Copy)]
pub struct Bar_Baz {
pub foo: ::std::os::raw::c_int,
}
#[test]
fn bindgen_test_layout_Bar_Baz() {
assert_eq!(::std::mem::size_of::<Bar_Baz>() , 4usize , concat ! (
"Size of: " , stringify ! ( Bar_Baz ) ));
assert_eq! (::std::mem::align_of::<Bar_Baz>() , 4usize , concat !
( "Alignment of " , stringify ! ( Bar_Baz ) ));
assert_eq! (unsafe {
& ( * ( 0 as * const Bar_Baz ) ) . foo as * const _ as
usize } , 0usize , concat ! (
"Alignment of field: " , stringify ! ( Bar_Baz ) ,
"::" , stringify ! ( foo ) ));
}
impl Clone for Bar_Baz {
fn clone(&self) -> Self { *self }
}
#[test]
fn bindgen_test_layout_Bar() {
assert_eq!(::std::mem::size_of::<Bar>() , 4usize , concat ! (
"Size of: " , stringify ! ( Bar ) ));
assert_eq! (::std::mem::align_of::<Bar>() , 4usize , concat ! (
"Alignment of " , stringify ! ( Bar ) ));
assert_eq! (unsafe {
& ( * ( 0 as * const Bar ) ) . foo as * const _ as
usize } , 0usize , concat ! (
"Alignment of field: " , stringify ! ( Bar ) , "::" ,
stringify ! ( foo ) ));
}
impl Clone for Bar {
fn clone(&self) -> Self { *self }
}
#[repr(C)]
#[derive(Debug, Default, Copy)]
pub struct Baz {
pub baz: ::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 {
& ( * ( 0 as * const Baz ) ) . baz as * const _ as
usize } , 0usize , concat ! (
"Alignment of field: " , stringify ! ( Baz ) , "::" ,
stringify ! ( baz ) ));
}
impl Clone for Baz {
fn clone(&self) -> Self { *self }
}
}
}