blob: d533b9fb00e36734dfe6e5ed2e284d7c8402a3f0 [file] [log] [blame]
/* automatically generated by rust-bindgen */
#![allow(dead_code, non_snake_case, non_camel_case_types, non_upper_case_globals)]
#[repr(C)]
#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)]
pub struct mozilla_FragmentOrURL {
pub mIsLocalRef: bool,
}
#[test]
fn bindgen_test_layout_mozilla_FragmentOrURL() {
assert_eq!(
::std::mem::size_of::<mozilla_FragmentOrURL>(),
1usize,
concat!("Size of: ", stringify!(mozilla_FragmentOrURL))
);
assert_eq!(
::std::mem::align_of::<mozilla_FragmentOrURL>(),
1usize,
concat!("Alignment of ", stringify!(mozilla_FragmentOrURL))
);
assert_eq!(
unsafe {
&(*(::std::ptr::null::<mozilla_FragmentOrURL>())).mIsLocalRef as *const _ as usize
},
0usize,
concat!(
"Offset of field: ",
stringify!(mozilla_FragmentOrURL),
"::",
stringify!(mIsLocalRef)
)
);
}
#[repr(C)]
#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)]
pub struct mozilla_Position {
pub _address: u8,
}
#[test]
fn bindgen_test_layout_mozilla_Position() {
assert_eq!(
::std::mem::size_of::<mozilla_Position>(),
1usize,
concat!("Size of: ", stringify!(mozilla_Position))
);
assert_eq!(
::std::mem::align_of::<mozilla_Position>(),
1usize,
concat!("Alignment of ", stringify!(mozilla_Position))
);
}
#[repr(C)]
pub struct mozilla_StyleShapeSource {
pub __bindgen_anon_1: mozilla_StyleShapeSource__bindgen_ty_1,
}
#[repr(C)]
pub union mozilla_StyleShapeSource__bindgen_ty_1 {
pub mPosition: *mut mozilla_Position,
pub mFragmentOrURL: *mut mozilla_FragmentOrURL,
_bindgen_union_align: u64,
}
impl Default for mozilla_StyleShapeSource__bindgen_ty_1 {
fn default() -> Self {
unsafe { ::std::mem::zeroed() }
}
}
impl Default for mozilla_StyleShapeSource {
fn default() -> Self {
unsafe { ::std::mem::zeroed() }
}
}
#[repr(C)]
#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
pub struct Bar {
pub mFoo: *mut nsFoo,
}
#[test]
fn bindgen_test_layout_Bar() {
assert_eq!(
::std::mem::size_of::<Bar>(),
8usize,
concat!("Size of: ", stringify!(Bar))
);
assert_eq!(
::std::mem::align_of::<Bar>(),
8usize,
concat!("Alignment of ", stringify!(Bar))
);
assert_eq!(
unsafe { &(*(::std::ptr::null::<Bar>())).mFoo as *const _ as usize },
0usize,
concat!("Offset of field: ", stringify!(Bar), "::", stringify!(mFoo))
);
}
impl Default for Bar {
fn default() -> Self {
unsafe { ::std::mem::zeroed() }
}
}
#[repr(C)]
pub struct nsFoo {
pub mBar: mozilla_StyleShapeSource,
}
#[test]
fn bindgen_test_layout_nsFoo() {
assert_eq!(
::std::mem::size_of::<nsFoo>(),
8usize,
concat!("Size of: ", stringify!(nsFoo))
);
assert_eq!(
::std::mem::align_of::<nsFoo>(),
8usize,
concat!("Alignment of ", stringify!(nsFoo))
);
assert_eq!(
unsafe { &(*(::std::ptr::null::<nsFoo>())).mBar as *const _ as usize },
0usize,
concat!(
"Offset of field: ",
stringify!(nsFoo),
"::",
stringify!(mBar)
)
);
}
impl Default for nsFoo {
fn default() -> Self {
unsafe { ::std::mem::zeroed() }
}
}
#[test]
fn __bindgen_test_layout_mozilla_StyleShapeSource_open0_int_close0_instantiation() {
assert_eq!(
::std::mem::size_of::<mozilla_StyleShapeSource>(),
8usize,
concat!(
"Size of template specialization: ",
stringify!(mozilla_StyleShapeSource)
)
);
assert_eq!(
::std::mem::align_of::<mozilla_StyleShapeSource>(),
8usize,
concat!(
"Alignment of template specialization: ",
stringify!(mozilla_StyleShapeSource)
)
);
}