mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
geckolib: Regenerate bindings.
This commit is contained in:
parent
3f71c80e2f
commit
5c974c21d9
3 changed files with 307 additions and 370 deletions
|
@ -1074,41 +1074,27 @@ pub mod root {
|
|||
pub type iterator_pointer<_Pointer> = _Pointer;
|
||||
pub type iterator_reference<_Reference> = _Reference;
|
||||
#[repr(C)]
|
||||
#[derive(Debug)]
|
||||
pub struct __atomic_base<_ITp> {
|
||||
pub _M_i: root::std::__atomic_base___int_type<_ITp>,
|
||||
}
|
||||
pub type __atomic_base___int_type<_ITp> = _ITp;
|
||||
pub type atomic_uint =
|
||||
root::std::__atomic_base<::std::os::raw::c_uint>;
|
||||
pub type atomic_ulong =
|
||||
root::std::__atomic_base<::std::os::raw::c_ulong>;
|
||||
#[repr(C)]
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct atomic<_Tp> {
|
||||
pub _M_i: _Tp,
|
||||
pub _phantom_0: ::std::marker::PhantomData<_Tp>,
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_1() {
|
||||
assert_eq!(::std::mem::size_of::<root::std::atomic<::std::os::raw::c_uint>>()
|
||||
, 4usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
root::std::atomic<::std::os::raw::c_uint> ) ));
|
||||
assert_eq!(::std::mem::align_of::<root::std::atomic<::std::os::raw::c_uint>>()
|
||||
, 4usize , concat ! (
|
||||
assert_eq!(::std::mem::size_of::<u32>() , 4usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! ( u32
|
||||
) ));
|
||||
assert_eq!(::std::mem::align_of::<u32>() , 4usize , concat ! (
|
||||
"Alignment of template specialization: " , stringify !
|
||||
( root::std::atomic<::std::os::raw::c_uint> ) ));
|
||||
( u32 ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_2() {
|
||||
assert_eq!(::std::mem::size_of::<root::std::atomic<::std::os::raw::c_ulong>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
root::std::atomic<::std::os::raw::c_ulong> ) ));
|
||||
assert_eq!(::std::mem::align_of::<root::std::atomic<::std::os::raw::c_ulong>>()
|
||||
, 8usize , concat ! (
|
||||
assert_eq!(::std::mem::size_of::<u64>() , 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! ( u64
|
||||
) ));
|
||||
assert_eq!(::std::mem::align_of::<u64>() , 8usize , concat ! (
|
||||
"Alignment of template specialization: " , stringify !
|
||||
( root::std::atomic<::std::os::raw::c_ulong> ) ));
|
||||
( u64 ) ));
|
||||
}
|
||||
pub mod chrono {
|
||||
#[allow(unused_imports)]
|
||||
|
@ -4512,7 +4498,7 @@ pub mod root {
|
|||
#[repr(C)]
|
||||
#[derive(Debug)]
|
||||
pub struct ThreadSafeAutoRefCnt {
|
||||
pub mValue: root::std::atomic<::std::os::raw::c_ulong>,
|
||||
pub mValue: u64,
|
||||
}
|
||||
pub const ThreadSafeAutoRefCnt_isThreadSafe: bool = true;
|
||||
#[test]
|
||||
|
@ -6531,6 +6517,9 @@ pub mod root {
|
|||
Normal = 0,
|
||||
UnstyledChildrenOnly = 1,
|
||||
}
|
||||
#[repr(i32)]
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
|
||||
pub enum TraversalRestyleBehavior { Normal = 0, ForReconstruct = 1, }
|
||||
pub const UpdateAnimationsTasks_CSSAnimations:
|
||||
root::mozilla::UpdateAnimationsTasks =
|
||||
1;
|
||||
|
@ -11823,7 +11812,7 @@ pub mod root {
|
|||
#[repr(C)]
|
||||
#[derive(Debug)]
|
||||
pub struct nsStringBuffer {
|
||||
pub mRefCount: root::std::atomic<::std::os::raw::c_uint>,
|
||||
pub mRefCount: u32,
|
||||
pub mStorageSize: u32,
|
||||
}
|
||||
#[test]
|
||||
|
@ -18665,7 +18654,7 @@ pub mod root {
|
|||
fn clone(&self) -> Self { *self }
|
||||
}
|
||||
pub type nsFrameState_size_t = u64;
|
||||
pub const nsFrameState_NS_STATE_FLEX_CHILDREN_REORDERED:
|
||||
pub const nsFrameState_NS_STATE_FLEX_NORMAL_FLOW_CHILDREN_IN_CSS_ORDER:
|
||||
root::nsFrameState =
|
||||
nsFrameState::NS_STATE_BOX_CHILD_RESERVED;
|
||||
pub const nsFrameState_NS_STATE_FLEX_IS_LEGACY_WEBKIT_BOX:
|
||||
|
@ -27667,28 +27656,6 @@ pub mod root {
|
|||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_22() {
|
||||
assert_eq!(::std::mem::size_of::<root::std::__atomic_base<::std::os::raw::c_uint>>()
|
||||
, 4usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
root::std::__atomic_base<::std::os::raw::c_uint> ) ));
|
||||
assert_eq!(::std::mem::align_of::<root::std::__atomic_base<::std::os::raw::c_uint>>()
|
||||
, 4usize , concat ! (
|
||||
"Alignment of template specialization: " , stringify ! (
|
||||
root::std::__atomic_base<::std::os::raw::c_uint> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_23() {
|
||||
assert_eq!(::std::mem::size_of::<root::std::__atomic_base<::std::os::raw::c_ulong>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
root::std::__atomic_base<::std::os::raw::c_ulong> ) ));
|
||||
assert_eq!(::std::mem::align_of::<root::std::__atomic_base<::std::os::raw::c_ulong>>()
|
||||
, 8usize , concat ! (
|
||||
"Alignment of template specialization: " , stringify ! (
|
||||
root::std::__atomic_base<::std::os::raw::c_ulong> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_24() {
|
||||
assert_eq!(::std::mem::size_of::<root::mozilla::UniquePtr<[::std::os::raw::c_char; 0usize],
|
||||
root::JS::FreePolicy>>()
|
||||
, 8usize , concat ! (
|
||||
|
@ -27705,7 +27672,7 @@ pub mod root {
|
|||
) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_25() {
|
||||
fn __bindgen_test_layout_template_23() {
|
||||
assert_eq!(::std::mem::size_of::<root::JS::TenuredHeap<*mut root::JSObject>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -27716,7 +27683,7 @@ pub mod root {
|
|||
root::JS::TenuredHeap<*mut root::JSObject> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_26() {
|
||||
fn __bindgen_test_layout_template_24() {
|
||||
assert_eq!(::std::mem::size_of::<root::JS::Heap<*mut root::JSObject>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -27727,7 +27694,7 @@ pub mod root {
|
|||
root::JS::Heap<*mut root::JSObject> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_27() {
|
||||
fn __bindgen_test_layout_template_25() {
|
||||
assert_eq!(::std::mem::size_of::<root::JS::Heap<root::JS::Value>>() ,
|
||||
8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -27738,7 +27705,7 @@ pub mod root {
|
|||
root::JS::Heap<root::JS::Value> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_28() {
|
||||
fn __bindgen_test_layout_template_26() {
|
||||
assert_eq!(::std::mem::size_of::<root::mozilla::DefaultDelete<[root::nsDependentSubstring; 0usize]>>()
|
||||
, 1usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -27751,7 +27718,7 @@ pub mod root {
|
|||
) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_29() {
|
||||
fn __bindgen_test_layout_template_27() {
|
||||
assert_eq!(::std::mem::size_of::<root::mozilla::DefaultDelete<[root::nsDependentCSubstring; 0usize]>>()
|
||||
, 1usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -27764,7 +27731,7 @@ pub mod root {
|
|||
) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_30() {
|
||||
fn __bindgen_test_layout_template_28() {
|
||||
assert_eq!(::std::mem::size_of::<root::nsTArray<root::nsCString>>() ,
|
||||
8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -27775,7 +27742,7 @@ pub mod root {
|
|||
root::nsTArray<root::nsCString> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_31() {
|
||||
fn __bindgen_test_layout_template_29() {
|
||||
assert_eq!(::std::mem::size_of::<root::mozilla::binding_danger::TErrorResult<root::mozilla::binding_danger::JustAssertCleanupPolicy>>()
|
||||
, 32usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -27788,7 +27755,7 @@ pub mod root {
|
|||
) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_32() {
|
||||
fn __bindgen_test_layout_template_30() {
|
||||
assert_eq!(::std::mem::size_of::<root::already_AddRefed<root::nsStringBuffer>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -27799,7 +27766,7 @@ pub mod root {
|
|||
root::already_AddRefed<root::nsStringBuffer> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_33() {
|
||||
fn __bindgen_test_layout_template_31() {
|
||||
assert_eq!(::std::mem::size_of::<root::already_AddRefed<root::nsIAtom>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -27810,7 +27777,7 @@ pub mod root {
|
|||
root::already_AddRefed<root::nsIAtom> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_34() {
|
||||
fn __bindgen_test_layout_template_32() {
|
||||
assert_eq!(::std::mem::size_of::<root::JS::DeletePolicy<root::JSErrorNotes_Note>>()
|
||||
, 1usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -27821,7 +27788,7 @@ pub mod root {
|
|||
root::JS::DeletePolicy<root::JSErrorNotes_Note> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_35() {
|
||||
fn __bindgen_test_layout_template_33() {
|
||||
assert_eq!(::std::mem::size_of::<root::mozilla::UniquePtr<root::JSErrorNotes_Note,
|
||||
root::JS::DeletePolicy<root::JSErrorNotes_Note>>>()
|
||||
, 8usize , concat ! (
|
||||
|
@ -27838,7 +27805,7 @@ pub mod root {
|
|||
) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_36() {
|
||||
fn __bindgen_test_layout_template_34() {
|
||||
assert_eq!(::std::mem::size_of::<root::std::iterator<root::std::input_iterator_tag,
|
||||
root::mozilla::UniquePtr<root::JSErrorNotes_Note,
|
||||
root::JS::DeletePolicy<root::JSErrorNotes_Note>>,
|
||||
|
@ -27879,7 +27846,7 @@ pub mod root {
|
|||
) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_37() {
|
||||
fn __bindgen_test_layout_template_35() {
|
||||
assert_eq!(::std::mem::size_of::<root::already_AddRefed<root::nsIRunnable>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -27890,7 +27857,7 @@ pub mod root {
|
|||
root::already_AddRefed<root::nsIRunnable> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_38() {
|
||||
fn __bindgen_test_layout_template_36() {
|
||||
assert_eq!(::std::mem::size_of::<root::nsCOMPtr<root::nsIPrincipal>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -27901,7 +27868,7 @@ pub mod root {
|
|||
root::nsCOMPtr<root::nsIPrincipal> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_39() {
|
||||
fn __bindgen_test_layout_template_37() {
|
||||
assert_eq!(::std::mem::size_of::<[u64; 29usize]>() , 232usize , concat
|
||||
! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -27912,7 +27879,7 @@ pub mod root {
|
|||
[u64; 29usize] ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_40() {
|
||||
fn __bindgen_test_layout_template_38() {
|
||||
assert_eq!(::std::mem::size_of::<root::already_AddRefed<root::nsIURI>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -27923,7 +27890,7 @@ pub mod root {
|
|||
root::already_AddRefed<root::nsIURI> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_41() {
|
||||
fn __bindgen_test_layout_template_39() {
|
||||
assert_eq!(::std::mem::size_of::<root::nsTArray<root::RefPtr<root::mozilla::dom::AnonymousContent>>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -27936,7 +27903,7 @@ pub mod root {
|
|||
) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_42() {
|
||||
fn __bindgen_test_layout_template_40() {
|
||||
assert_eq!(::std::mem::size_of::<root::RefPtr<root::mozilla::StyleSheet>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -27947,7 +27914,7 @@ pub mod root {
|
|||
root::RefPtr<root::mozilla::StyleSheet> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_43() {
|
||||
fn __bindgen_test_layout_template_41() {
|
||||
assert_eq!(::std::mem::size_of::<root::RefPtr<root::mozilla::dom::Element>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -27958,7 +27925,7 @@ pub mod root {
|
|||
root::RefPtr<root::mozilla::dom::Element> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_44() {
|
||||
fn __bindgen_test_layout_template_42() {
|
||||
assert_eq!(::std::mem::size_of::<root::nsTArray<root::RefPtr<root::mozilla::dom::Element>>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -27971,7 +27938,7 @@ pub mod root {
|
|||
));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_45() {
|
||||
fn __bindgen_test_layout_template_43() {
|
||||
assert_eq!(::std::mem::size_of::<root::nsCOMPtr<root::nsIObserver>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -27982,7 +27949,7 @@ pub mod root {
|
|||
root::nsCOMPtr<root::nsIObserver> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_46() {
|
||||
fn __bindgen_test_layout_template_44() {
|
||||
assert_eq!(::std::mem::size_of::<root::nsTArray<root::nsCOMPtr<root::nsIObserver>>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -27993,7 +27960,7 @@ pub mod root {
|
|||
root::nsTArray<root::nsCOMPtr<root::nsIObserver>> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_47() {
|
||||
fn __bindgen_test_layout_template_45() {
|
||||
assert_eq!(::std::mem::size_of::<root::already_AddRefed<root::nsIDocument>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28004,7 +27971,7 @@ pub mod root {
|
|||
root::already_AddRefed<root::nsIDocument> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_48() {
|
||||
fn __bindgen_test_layout_template_46() {
|
||||
assert_eq!(::std::mem::size_of::<root::already_AddRefed<root::nsContentList>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28015,7 +27982,7 @@ pub mod root {
|
|||
root::already_AddRefed<root::nsContentList> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_49() {
|
||||
fn __bindgen_test_layout_template_47() {
|
||||
assert_eq!(::std::mem::size_of::<root::already_AddRefed<root::nsINode>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28026,7 +27993,7 @@ pub mod root {
|
|||
root::already_AddRefed<root::nsINode> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_50() {
|
||||
fn __bindgen_test_layout_template_48() {
|
||||
assert_eq!(::std::mem::size_of::<root::nsCOMPtr<root::nsIWeakReference>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28037,7 +28004,7 @@ pub mod root {
|
|||
root::nsCOMPtr<root::nsIWeakReference> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_51() {
|
||||
fn __bindgen_test_layout_template_49() {
|
||||
assert_eq!(::std::mem::size_of::<u64>() , 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! ( u64 )
|
||||
));
|
||||
|
@ -28046,7 +28013,7 @@ pub mod root {
|
|||
u64 ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_52() {
|
||||
fn __bindgen_test_layout_template_50() {
|
||||
assert_eq!(::std::mem::size_of::<root::nsTArray<root::nsRect>>() ,
|
||||
8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28057,7 +28024,7 @@ pub mod root {
|
|||
root::nsTArray<root::nsRect> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_53() {
|
||||
fn __bindgen_test_layout_template_51() {
|
||||
assert_eq!(::std::mem::size_of::<[u64; 29usize]>() , 232usize , concat
|
||||
! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28068,7 +28035,7 @@ pub mod root {
|
|||
[u64; 29usize] ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_54() {
|
||||
fn __bindgen_test_layout_template_52() {
|
||||
assert_eq!(::std::mem::size_of::<root::nsTArray<*mut root::nsIContent>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28079,7 +28046,7 @@ pub mod root {
|
|||
root::nsTArray<*mut root::nsIContent> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_55() {
|
||||
fn __bindgen_test_layout_template_53() {
|
||||
assert_eq!(::std::mem::size_of::<root::already_AddRefed<root::mozilla::dom::CSSValue>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28090,7 +28057,7 @@ pub mod root {
|
|||
root::already_AddRefed<root::mozilla::dom::CSSValue> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_56() {
|
||||
fn __bindgen_test_layout_template_54() {
|
||||
assert_eq!(::std::mem::size_of::<root::mozilla::DefaultDelete<root::mozilla::dom::TimeoutManager>>()
|
||||
, 1usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28103,7 +28070,7 @@ pub mod root {
|
|||
) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_57() {
|
||||
fn __bindgen_test_layout_template_55() {
|
||||
assert_eq!(::std::mem::size_of::<root::already_AddRefed<root::nsISupports>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28114,7 +28081,7 @@ pub mod root {
|
|||
root::already_AddRefed<root::nsISupports> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_58() {
|
||||
fn __bindgen_test_layout_template_56() {
|
||||
assert_eq!(::std::mem::size_of::<root::nsCOMPtr<root::nsIRunnable>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28125,7 +28092,7 @@ pub mod root {
|
|||
root::nsCOMPtr<root::nsIRunnable> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_59() {
|
||||
fn __bindgen_test_layout_template_57() {
|
||||
assert_eq!(::std::mem::size_of::<root::already_AddRefed<root::nsIContent>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28136,7 +28103,7 @@ pub mod root {
|
|||
root::already_AddRefed<root::nsIContent> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_60() {
|
||||
fn __bindgen_test_layout_template_58() {
|
||||
assert_eq!(::std::mem::size_of::<[u64; 6usize]>() , 48usize , concat !
|
||||
(
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28147,7 +28114,7 @@ pub mod root {
|
|||
[u64; 6usize] ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_61() {
|
||||
fn __bindgen_test_layout_template_59() {
|
||||
assert_eq!(::std::mem::size_of::<root::mozilla::OwningNonNull<root::nsINode>>()
|
||||
, 16usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28158,6 +28125,28 @@ pub mod root {
|
|||
root::mozilla::OwningNonNull<root::nsINode> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_60() {
|
||||
assert_eq!(::std::mem::size_of::<[u32; 2usize]>() , 8usize , concat !
|
||||
(
|
||||
"Size of template specialization: " , stringify ! (
|
||||
[u32; 2usize] ) ));
|
||||
assert_eq!(::std::mem::align_of::<[u32; 2usize]>() , 4usize , concat !
|
||||
(
|
||||
"Alignment of template specialization: " , stringify ! (
|
||||
[u32; 2usize] ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_61() {
|
||||
assert_eq!(::std::mem::size_of::<[u32; 2usize]>() , 8usize , concat !
|
||||
(
|
||||
"Size of template specialization: " , stringify ! (
|
||||
[u32; 2usize] ) ));
|
||||
assert_eq!(::std::mem::align_of::<[u32; 2usize]>() , 4usize , concat !
|
||||
(
|
||||
"Alignment of template specialization: " , stringify ! (
|
||||
[u32; 2usize] ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_62() {
|
||||
assert_eq!(::std::mem::size_of::<[u32; 2usize]>() , 8usize , concat !
|
||||
(
|
||||
|
@ -28170,14 +28159,14 @@ pub mod root {
|
|||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_63() {
|
||||
assert_eq!(::std::mem::size_of::<[u32; 2usize]>() , 8usize , concat !
|
||||
assert_eq!(::std::mem::size_of::<[u32; 4usize]>() , 16usize , concat !
|
||||
(
|
||||
"Size of template specialization: " , stringify ! (
|
||||
[u32; 2usize] ) ));
|
||||
assert_eq!(::std::mem::align_of::<[u32; 2usize]>() , 4usize , concat !
|
||||
[u32; 4usize] ) ));
|
||||
assert_eq!(::std::mem::align_of::<[u32; 4usize]>() , 4usize , concat !
|
||||
(
|
||||
"Alignment of template specialization: " , stringify ! (
|
||||
[u32; 2usize] ) ));
|
||||
[u32; 4usize] ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_64() {
|
||||
|
@ -28192,6 +28181,17 @@ pub mod root {
|
|||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_65() {
|
||||
assert_eq!(::std::mem::size_of::<[u32; 2usize]>() , 8usize , concat !
|
||||
(
|
||||
"Size of template specialization: " , stringify ! (
|
||||
[u32; 2usize] ) ));
|
||||
assert_eq!(::std::mem::align_of::<[u32; 2usize]>() , 4usize , concat !
|
||||
(
|
||||
"Alignment of template specialization: " , stringify ! (
|
||||
[u32; 2usize] ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_66() {
|
||||
assert_eq!(::std::mem::size_of::<[u32; 4usize]>() , 16usize , concat !
|
||||
(
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28202,26 +28202,15 @@ pub mod root {
|
|||
[u32; 4usize] ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_66() {
|
||||
assert_eq!(::std::mem::size_of::<[u32; 2usize]>() , 8usize , concat !
|
||||
(
|
||||
"Size of template specialization: " , stringify ! (
|
||||
[u32; 2usize] ) ));
|
||||
assert_eq!(::std::mem::align_of::<[u32; 2usize]>() , 4usize , concat !
|
||||
(
|
||||
"Alignment of template specialization: " , stringify ! (
|
||||
[u32; 2usize] ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_67() {
|
||||
assert_eq!(::std::mem::size_of::<[u32; 2usize]>() , 8usize , concat !
|
||||
assert_eq!(::std::mem::size_of::<[u32; 4usize]>() , 16usize , concat !
|
||||
(
|
||||
"Size of template specialization: " , stringify ! (
|
||||
[u32; 2usize] ) ));
|
||||
assert_eq!(::std::mem::align_of::<[u32; 2usize]>() , 4usize , concat !
|
||||
[u32; 4usize] ) ));
|
||||
assert_eq!(::std::mem::align_of::<[u32; 4usize]>() , 4usize , concat !
|
||||
(
|
||||
"Alignment of template specialization: " , stringify ! (
|
||||
[u32; 2usize] ) ));
|
||||
[u32; 4usize] ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_68() {
|
||||
|
@ -28236,28 +28225,6 @@ pub mod root {
|
|||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_69() {
|
||||
assert_eq!(::std::mem::size_of::<[u32; 4usize]>() , 16usize , concat !
|
||||
(
|
||||
"Size of template specialization: " , stringify ! (
|
||||
[u32; 4usize] ) ));
|
||||
assert_eq!(::std::mem::align_of::<[u32; 4usize]>() , 4usize , concat !
|
||||
(
|
||||
"Alignment of template specialization: " , stringify ! (
|
||||
[u32; 4usize] ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_70() {
|
||||
assert_eq!(::std::mem::size_of::<[u32; 4usize]>() , 16usize , concat !
|
||||
(
|
||||
"Size of template specialization: " , stringify ! (
|
||||
[u32; 4usize] ) ));
|
||||
assert_eq!(::std::mem::align_of::<[u32; 4usize]>() , 4usize , concat !
|
||||
(
|
||||
"Alignment of template specialization: " , stringify ! (
|
||||
[u32; 4usize] ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_71() {
|
||||
assert_eq!(::std::mem::size_of::<u32>() , 4usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! ( u32 )
|
||||
));
|
||||
|
@ -28266,6 +28233,28 @@ pub mod root {
|
|||
u32 ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_70() {
|
||||
assert_eq!(::std::mem::size_of::<[u32; 2usize]>() , 8usize , concat !
|
||||
(
|
||||
"Size of template specialization: " , stringify ! (
|
||||
[u32; 2usize] ) ));
|
||||
assert_eq!(::std::mem::align_of::<[u32; 2usize]>() , 4usize , concat !
|
||||
(
|
||||
"Alignment of template specialization: " , stringify ! (
|
||||
[u32; 2usize] ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_71() {
|
||||
assert_eq!(::std::mem::size_of::<[u32; 2usize]>() , 8usize , concat !
|
||||
(
|
||||
"Size of template specialization: " , stringify ! (
|
||||
[u32; 2usize] ) ));
|
||||
assert_eq!(::std::mem::align_of::<[u32; 2usize]>() , 4usize , concat !
|
||||
(
|
||||
"Alignment of template specialization: " , stringify ! (
|
||||
[u32; 2usize] ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_72() {
|
||||
assert_eq!(::std::mem::size_of::<[u32; 2usize]>() , 8usize , concat !
|
||||
(
|
||||
|
@ -28278,28 +28267,6 @@ pub mod root {
|
|||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_73() {
|
||||
assert_eq!(::std::mem::size_of::<[u32; 2usize]>() , 8usize , concat !
|
||||
(
|
||||
"Size of template specialization: " , stringify ! (
|
||||
[u32; 2usize] ) ));
|
||||
assert_eq!(::std::mem::align_of::<[u32; 2usize]>() , 4usize , concat !
|
||||
(
|
||||
"Alignment of template specialization: " , stringify ! (
|
||||
[u32; 2usize] ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_74() {
|
||||
assert_eq!(::std::mem::size_of::<[u32; 2usize]>() , 8usize , concat !
|
||||
(
|
||||
"Size of template specialization: " , stringify ! (
|
||||
[u32; 2usize] ) ));
|
||||
assert_eq!(::std::mem::align_of::<[u32; 2usize]>() , 4usize , concat !
|
||||
(
|
||||
"Alignment of template specialization: " , stringify ! (
|
||||
[u32; 2usize] ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_75() {
|
||||
assert_eq!(::std::mem::size_of::<root::nsTArray<f64>>() , 8usize ,
|
||||
concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28310,7 +28277,7 @@ pub mod root {
|
|||
root::nsTArray<f64> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_76() {
|
||||
fn __bindgen_test_layout_template_74() {
|
||||
assert_eq!(::std::mem::size_of::<root::RefPtr<root::mozilla::dom::DOMIntersectionObserverEntry>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28323,7 +28290,7 @@ pub mod root {
|
|||
) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_77() {
|
||||
fn __bindgen_test_layout_template_75() {
|
||||
assert_eq!(::std::mem::size_of::<root::nsTArray<root::RefPtr<root::mozilla::dom::DOMIntersectionObserverEntry>>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28336,7 +28303,7 @@ pub mod root {
|
|||
) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_78() {
|
||||
fn __bindgen_test_layout_template_76() {
|
||||
assert_eq!(::std::mem::size_of::<root::mozilla::UniquePtr<root::ProfilerBacktrace,
|
||||
root::ProfilerBacktraceDestructor>>()
|
||||
, 8usize , concat ! (
|
||||
|
@ -28353,7 +28320,7 @@ pub mod root {
|
|||
) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_79() {
|
||||
fn __bindgen_test_layout_template_77() {
|
||||
assert_eq!(::std::mem::size_of::<root::nsTArray<root::mozilla::FontFamilyName>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28364,7 +28331,7 @@ pub mod root {
|
|||
root::nsTArray<root::mozilla::FontFamilyName> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_80() {
|
||||
fn __bindgen_test_layout_template_78() {
|
||||
assert_eq!(::std::mem::size_of::<root::nsTArray<::std::os::raw::c_uint>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28375,7 +28342,7 @@ pub mod root {
|
|||
root::nsTArray<::std::os::raw::c_uint> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_81() {
|
||||
fn __bindgen_test_layout_template_79() {
|
||||
assert_eq!(::std::mem::size_of::<root::nsTArray<root::mozilla::FramePropertyTable_PropertyValue>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28388,7 +28355,7 @@ pub mod root {
|
|||
) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_82() {
|
||||
fn __bindgen_test_layout_template_80() {
|
||||
assert_eq!(::std::mem::size_of::<root::nsPtrHashKey<root::nsIFrame>>()
|
||||
, 16usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28399,7 +28366,7 @@ pub mod root {
|
|||
root::nsPtrHashKey<root::nsIFrame> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_83() {
|
||||
fn __bindgen_test_layout_template_81() {
|
||||
assert_eq!(::std::mem::size_of::<[u64; 6usize]>() , 48usize , concat !
|
||||
(
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28410,7 +28377,7 @@ pub mod root {
|
|||
[u64; 6usize] ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_84() {
|
||||
fn __bindgen_test_layout_template_82() {
|
||||
assert_eq!(::std::mem::size_of::<root::mozilla::OwningNonNull<root::mozilla::EffectCompositor_AnimationStyleRuleProcessor>>()
|
||||
, 16usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28423,7 +28390,7 @@ pub mod root {
|
|||
) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_85() {
|
||||
fn __bindgen_test_layout_template_83() {
|
||||
assert_eq!(::std::mem::size_of::<root::mozilla::DefaultDelete<root::ProxyBehaviour>>()
|
||||
, 1usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28434,7 +28401,7 @@ pub mod root {
|
|||
root::mozilla::DefaultDelete<root::ProxyBehaviour> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_86() {
|
||||
fn __bindgen_test_layout_template_84() {
|
||||
assert_eq!(::std::mem::size_of::<root::already_AddRefed<root::mozilla::URLExtraData>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28445,7 +28412,7 @@ pub mod root {
|
|||
root::already_AddRefed<root::mozilla::URLExtraData> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_87() {
|
||||
fn __bindgen_test_layout_template_85() {
|
||||
assert_eq!(::std::mem::size_of::<root::nsMainThreadPtrHolder<root::nsIURI>>()
|
||||
, 24usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28456,7 +28423,7 @@ pub mod root {
|
|||
root::nsMainThreadPtrHolder<root::nsIURI> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_88() {
|
||||
fn __bindgen_test_layout_template_86() {
|
||||
assert_eq!(::std::mem::size_of::<root::mozilla::DefaultDelete<root::nsCSSValueList>>()
|
||||
, 1usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28467,7 +28434,7 @@ pub mod root {
|
|||
root::mozilla::DefaultDelete<root::nsCSSValueList> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_89() {
|
||||
fn __bindgen_test_layout_template_87() {
|
||||
assert_eq!(::std::mem::size_of::<root::mozilla::UniquePtr<root::nsCSSValueList,
|
||||
root::mozilla::DefaultDelete<root::nsCSSValueList>>>()
|
||||
, 8usize , concat ! (
|
||||
|
@ -28484,7 +28451,7 @@ pub mod root {
|
|||
) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_90() {
|
||||
fn __bindgen_test_layout_template_88() {
|
||||
assert_eq!(::std::mem::size_of::<root::mozilla::DefaultDelete<root::nsCSSValuePairList>>()
|
||||
, 1usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28497,7 +28464,7 @@ pub mod root {
|
|||
));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_91() {
|
||||
fn __bindgen_test_layout_template_89() {
|
||||
assert_eq!(::std::mem::size_of::<root::mozilla::UniquePtr<root::nsCSSValuePairList,
|
||||
root::mozilla::DefaultDelete<root::nsCSSValuePairList>>>()
|
||||
, 8usize , concat ! (
|
||||
|
@ -28514,7 +28481,7 @@ pub mod root {
|
|||
) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_92() {
|
||||
fn __bindgen_test_layout_template_90() {
|
||||
assert_eq!(::std::mem::size_of::<[u64; 2usize]>() , 16usize , concat !
|
||||
(
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28525,7 +28492,7 @@ pub mod root {
|
|||
[u64; 2usize] ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_93() {
|
||||
fn __bindgen_test_layout_template_91() {
|
||||
assert_eq!(::std::mem::size_of::<u64>() , 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! ( u64 )
|
||||
));
|
||||
|
@ -28534,7 +28501,7 @@ pub mod root {
|
|||
u64 ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_94() {
|
||||
fn __bindgen_test_layout_template_92() {
|
||||
assert_eq!(::std::mem::size_of::<[u32; 3usize]>() , 12usize , concat !
|
||||
(
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28545,7 +28512,7 @@ pub mod root {
|
|||
[u32; 3usize] ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_95() {
|
||||
fn __bindgen_test_layout_template_93() {
|
||||
assert_eq!(::std::mem::size_of::<root::already_AddRefed<root::nsStyleImageRequest>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28556,7 +28523,7 @@ pub mod root {
|
|||
root::already_AddRefed<root::nsStyleImageRequest> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_96() {
|
||||
fn __bindgen_test_layout_template_94() {
|
||||
assert_eq!(::std::mem::size_of::<root::mozilla::DefaultDelete<root::nsStyleSides>>()
|
||||
, 1usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28567,7 +28534,7 @@ pub mod root {
|
|||
root::mozilla::DefaultDelete<root::nsStyleSides> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_97() {
|
||||
fn __bindgen_test_layout_template_95() {
|
||||
assert_eq!(::std::mem::size_of::<root::mozilla::UniquePtr<root::nsStyleSides,
|
||||
root::mozilla::DefaultDelete<root::nsStyleSides>>>()
|
||||
, 8usize , concat ! (
|
||||
|
@ -28584,7 +28551,7 @@ pub mod root {
|
|||
) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_98() {
|
||||
fn __bindgen_test_layout_template_96() {
|
||||
assert_eq!(::std::mem::size_of::<root::mozilla::DefaultDelete<root::CachedBorderImageData>>()
|
||||
, 1usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28597,7 +28564,7 @@ pub mod root {
|
|||
));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_99() {
|
||||
fn __bindgen_test_layout_template_97() {
|
||||
assert_eq!(::std::mem::size_of::<root::std::pair<::nsstring::nsStringRepr, ::nsstring::nsStringRepr>>()
|
||||
, 32usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28608,7 +28575,7 @@ pub mod root {
|
|||
root::std::pair<::nsstring::nsStringRepr, ::nsstring::nsStringRepr> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_100() {
|
||||
fn __bindgen_test_layout_template_98() {
|
||||
assert_eq!(::std::mem::size_of::<root::nsTArray<root::std::pair<::nsstring::nsStringRepr,
|
||||
::nsstring::nsStringRepr>>>()
|
||||
, 8usize , concat ! (
|
||||
|
@ -28623,7 +28590,7 @@ pub mod root {
|
|||
) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_101() {
|
||||
fn __bindgen_test_layout_template_99() {
|
||||
assert_eq!(::std::mem::size_of::<[u64; 18usize]>() , 144usize , concat
|
||||
! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28634,7 +28601,7 @@ pub mod root {
|
|||
[u64; 18usize] ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_102() {
|
||||
fn __bindgen_test_layout_template_100() {
|
||||
assert_eq!(::std::mem::size_of::<root::mozilla::BaseTimeDuration<root::mozilla::StickyTimeDurationValueCalculator>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28647,7 +28614,7 @@ pub mod root {
|
|||
) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_103() {
|
||||
fn __bindgen_test_layout_template_101() {
|
||||
assert_eq!(::std::mem::size_of::<root::nsTArray<root::mozilla::DisplayItemClip_RoundedRect>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28660,7 +28627,7 @@ pub mod root {
|
|||
) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_104() {
|
||||
fn __bindgen_test_layout_template_102() {
|
||||
assert_eq!(::std::mem::size_of::<root::RefPtr<root::mozilla::dom::DOMRect>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28671,7 +28638,7 @@ pub mod root {
|
|||
root::RefPtr<root::mozilla::dom::DOMRect> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_105() {
|
||||
fn __bindgen_test_layout_template_103() {
|
||||
assert_eq!(::std::mem::size_of::<u64>() , 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! ( u64 )
|
||||
));
|
||||
|
@ -28680,7 +28647,7 @@ pub mod root {
|
|||
u64 ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_106() {
|
||||
fn __bindgen_test_layout_template_104() {
|
||||
assert_eq!(::std::mem::size_of::<root::nsTArray<*mut root::mozilla::css::DocumentRule>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
@ -28691,7 +28658,7 @@ pub mod root {
|
|||
root::nsTArray<*mut root::mozilla::css::DocumentRule> ) ));
|
||||
}
|
||||
#[test]
|
||||
fn __bindgen_test_layout_template_107() {
|
||||
fn __bindgen_test_layout_template_105() {
|
||||
assert_eq!(::std::mem::size_of::<root::nsAutoPtr<root::nsMediaQuery>>()
|
||||
, 8usize , concat ! (
|
||||
"Size of template specialization: " , stringify ! (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue