/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | enum-default-bitfield.rs | 11 pub member: foo__bindgen_ty_1, 13 pub const foo_FOO_A: foo__bindgen_ty_1 = foo__bindgen_ty_1(0); 14 pub const foo_FOO_B: foo__bindgen_ty_1 = foo__bindgen_ty_1(1); 15 impl ::std::ops::BitOr<foo__bindgen_ty_1> for foo__bindgen_ty_1 { implementation 19 foo__bindgen_ty_1(self.0 | other.0) in bitor() 22 impl ::std::ops::BitOrAssign for foo__bindgen_ty_1 { implementation 24 fn bitor_assign(&mut self, rhs: foo__bindgen_ty_1) { in bitor_assign() argument 28 impl ::std::ops::BitAnd<foo__bindgen_ty_1> for foo__bindgen_ty_1 { implementation 32 foo__bindgen_ty_1(self.0 & other.0) in bitand() 35 impl ::std::ops::BitAndAssign for foo__bindgen_ty_1 { implementation [all …]
|
D | struct_with_anon_unnamed_union.rs | 11 pub __bindgen_anon_1: foo__bindgen_ty_1, 15 pub union foo__bindgen_ty_1 { 21 const UNINIT: ::std::mem::MaybeUninit<foo__bindgen_ty_1> = in bindgen_test_layout_foo__bindgen_ty_1() 25 ::std::mem::size_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 27 concat!("Size of: ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 30 ::std::mem::align_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 32 concat!("Alignment of ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 39 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 49 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 55 impl Default for foo__bindgen_ty_1 { implementation
|
D | issue-1285.rs | 11 pub bar: foo__bindgen_ty_1, 15 pub union foo__bindgen_ty_1 { 21 const UNINIT: ::std::mem::MaybeUninit<foo__bindgen_ty_1> = in bindgen_test_layout_foo__bindgen_ty_1() 25 ::std::mem::size_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 27 concat!("Size of: ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 30 ::std::mem::align_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 32 concat!("Alignment of ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 39 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 49 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 55 impl Default for foo__bindgen_ty_1 { implementation
|
D | struct_with_anon_union.rs | 11 pub bar: foo__bindgen_ty_1, 15 pub union foo__bindgen_ty_1 { 21 const UNINIT: ::std::mem::MaybeUninit<foo__bindgen_ty_1> = in bindgen_test_layout_foo__bindgen_ty_1() 25 ::std::mem::size_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 27 concat!("Size of: ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 30 ::std::mem::align_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 32 concat!("Alignment of ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 39 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 49 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 55 impl Default for foo__bindgen_ty_1 { implementation
|
D | union_with_anon_union.rs | 11 pub bar: foo__bindgen_ty_1, 15 pub union foo__bindgen_ty_1 { 21 const UNINIT: ::std::mem::MaybeUninit<foo__bindgen_ty_1> = in bindgen_test_layout_foo__bindgen_ty_1() 25 ::std::mem::size_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 27 concat!("Size of: ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 30 ::std::mem::align_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 32 concat!("Alignment of ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 39 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 49 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 55 impl Default for foo__bindgen_ty_1 { implementation
|
D | struct_with_anon_unnamed_struct.rs | 11 pub __bindgen_anon_1: foo__bindgen_ty_1, 15 pub struct foo__bindgen_ty_1 { struct 21 const UNINIT: ::std::mem::MaybeUninit<foo__bindgen_ty_1> = in bindgen_test_layout_foo__bindgen_ty_1() argument 25 ::std::mem::size_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 27 concat!("Size of: ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 30 ::std::mem::align_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 32 concat!("Alignment of ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 39 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 49 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1()
|
D | union_with_anon_unnamed_union.rs | 12 pub __bindgen_anon_1: foo__bindgen_ty_1, 16 pub union foo__bindgen_ty_1 { 22 const UNINIT: ::std::mem::MaybeUninit<foo__bindgen_ty_1> = in bindgen_test_layout_foo__bindgen_ty_1() 26 ::std::mem::size_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 28 concat!("Size of: ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 31 ::std::mem::align_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 33 concat!("Alignment of ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 40 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 50 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 56 impl Default for foo__bindgen_ty_1 { implementation
|
D | derive-hash-struct-with-anon-struct-float.rs | 12 pub bar: foo__bindgen_ty_1, 16 pub struct foo__bindgen_ty_1 { struct 22 const UNINIT: ::std::mem::MaybeUninit<foo__bindgen_ty_1> = in bindgen_test_layout_foo__bindgen_ty_1() argument 26 ::std::mem::size_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 28 concat!("Size of: ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 31 ::std::mem::align_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 33 concat!("Alignment of ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 40 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 50 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1()
|
D | struct_with_anon_struct.rs | 11 pub bar: foo__bindgen_ty_1, 15 pub struct foo__bindgen_ty_1 { struct 21 const UNINIT: ::std::mem::MaybeUninit<foo__bindgen_ty_1> = in bindgen_test_layout_foo__bindgen_ty_1() argument 25 ::std::mem::size_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 27 concat!("Size of: ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 30 ::std::mem::align_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 32 concat!("Alignment of ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 39 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 49 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1()
|
D | struct_with_struct.rs | 11 pub bar: foo__bindgen_ty_1, 15 pub struct foo__bindgen_ty_1 { struct 21 const UNINIT: ::std::mem::MaybeUninit<foo__bindgen_ty_1> = in bindgen_test_layout_foo__bindgen_ty_1() argument 25 ::std::mem::size_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 27 concat!("Size of: ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 30 ::std::mem::align_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 32 concat!("Alignment of ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 39 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 49 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1()
|
D | struct_with_anon_struct_pointer.rs | 11 pub bar: *mut foo__bindgen_ty_1, 15 pub struct foo__bindgen_ty_1 { struct 21 const UNINIT: ::std::mem::MaybeUninit<foo__bindgen_ty_1> = in bindgen_test_layout_foo__bindgen_ty_1() argument 25 ::std::mem::size_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 27 concat!("Size of: ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 30 ::std::mem::align_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 32 concat!("Alignment of ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 39 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 49 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1()
|
D | union_with_anon_struct.rs | 11 pub bar: foo__bindgen_ty_1, 15 pub struct foo__bindgen_ty_1 { struct 21 const UNINIT: ::std::mem::MaybeUninit<foo__bindgen_ty_1> = in bindgen_test_layout_foo__bindgen_ty_1() argument 25 ::std::mem::size_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 27 concat!("Size of: ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 30 ::std::mem::align_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 32 concat!("Alignment of ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 39 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 49 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1()
|
D | struct_with_anon_unnamed_union_1_0.rs | 54 pub __bindgen_anon_1: foo__bindgen_ty_1, 58 pub struct foo__bindgen_ty_1 { struct 65 const UNINIT: ::std::mem::MaybeUninit<foo__bindgen_ty_1> = in bindgen_test_layout_foo__bindgen_ty_1() argument 69 ::std::mem::size_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 71 concat!("Size of: ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 74 ::std::mem::align_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 76 concat!("Alignment of ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 83 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 93 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 99 impl Clone for foo__bindgen_ty_1 { implementation
|
D | union_with_anon_struct_1_0.rs | 54 pub bar: __BindgenUnionField<foo__bindgen_ty_1>, 59 pub struct foo__bindgen_ty_1 { struct 65 const UNINIT: ::std::mem::MaybeUninit<foo__bindgen_ty_1> = in bindgen_test_layout_foo__bindgen_ty_1() argument 69 ::std::mem::size_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 71 concat!("Size of: ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 74 ::std::mem::align_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 76 concat!("Alignment of ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 83 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 93 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 99 impl Clone for foo__bindgen_ty_1 { implementation
|
D | union_with_anon_unnamed_union_1_0.rs | 55 pub __bindgen_anon_1: __BindgenUnionField<foo__bindgen_ty_1>, 60 pub struct foo__bindgen_ty_1 { struct 67 const UNINIT: ::std::mem::MaybeUninit<foo__bindgen_ty_1> = in bindgen_test_layout_foo__bindgen_ty_1() argument 71 ::std::mem::size_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 73 concat!("Size of: ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 76 ::std::mem::align_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 78 concat!("Alignment of ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 85 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 95 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 101 impl Clone for foo__bindgen_ty_1 { implementation
|
D | union_with_anon_union_1_0.rs | 54 pub bar: __BindgenUnionField<foo__bindgen_ty_1>, 59 pub struct foo__bindgen_ty_1 { struct 66 const UNINIT: ::std::mem::MaybeUninit<foo__bindgen_ty_1> = in bindgen_test_layout_foo__bindgen_ty_1() argument 70 ::std::mem::size_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 72 concat!("Size of: ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 75 ::std::mem::align_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 77 concat!("Alignment of ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 84 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 94 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 100 impl Clone for foo__bindgen_ty_1 { implementation
|
D | struct_with_anon_union_1_0.rs | 54 pub bar: foo__bindgen_ty_1, 58 pub struct foo__bindgen_ty_1 { struct 65 const UNINIT: ::std::mem::MaybeUninit<foo__bindgen_ty_1> = in bindgen_test_layout_foo__bindgen_ty_1() argument 69 ::std::mem::size_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 71 concat!("Size of: ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 74 ::std::mem::align_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 76 concat!("Alignment of ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 83 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 93 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 99 impl Clone for foo__bindgen_ty_1 { implementation
|
D | struct_with_anon_struct_array.rs | 11 pub bar: [foo__bindgen_ty_1; 2usize], 16 pub struct foo__bindgen_ty_1 { struct 22 const UNINIT: ::std::mem::MaybeUninit<foo__bindgen_ty_1> = in bindgen_test_layout_foo__bindgen_ty_1() argument 26 ::std::mem::size_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 28 concat!("Size of: ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 31 ::std::mem::align_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 33 concat!("Alignment of ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 40 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 50 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1()
|
D | struct_with_nesting.rs | 12 pub __bindgen_anon_1: foo__bindgen_ty_1, 16 pub union foo__bindgen_ty_1 { 129 const UNINIT: ::std::mem::MaybeUninit<foo__bindgen_ty_1> = in bindgen_test_layout_foo__bindgen_ty_1() 133 ::std::mem::size_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 135 concat!("Size of: ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 138 ::std::mem::align_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 140 concat!("Alignment of ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 147 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 153 impl Default for foo__bindgen_ty_1 { implementation
|
D | enum-no-debug-rust.rs | 11 pub member: foo__bindgen_ty_1, 13 pub const foo_FOO_A: foo__bindgen_ty_1 = foo__bindgen_ty_1::FOO_A; 14 pub const foo_FOO_B: foo__bindgen_ty_1 = foo__bindgen_ty_1::FOO_B; 17 pub enum foo__bindgen_ty_1 { enum
|
D | enum-default-rust.rs | 11 pub member: foo__bindgen_ty_1, 13 pub const foo_FOO_A: foo__bindgen_ty_1 = foo__bindgen_ty_1::FOO_A; 14 pub const foo_FOO_B: foo__bindgen_ty_1 = foo__bindgen_ty_1::FOO_B; 17 pub enum foo__bindgen_ty_1 { enum
|
D | struct_with_nesting_1_0.rs | 55 pub __bindgen_anon_1: foo__bindgen_ty_1, 59 pub struct foo__bindgen_ty_1 { struct 183 const UNINIT: ::std::mem::MaybeUninit<foo__bindgen_ty_1> = in bindgen_test_layout_foo__bindgen_ty_1() 187 ::std::mem::size_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 189 concat!("Size of: ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 192 ::std::mem::align_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 194 concat!("Alignment of ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 201 stringify!(foo__bindgen_ty_1), in bindgen_test_layout_foo__bindgen_ty_1() 207 impl Clone for foo__bindgen_ty_1 { implementation
|
D | union_with_nesting.rs | 12 pub __bindgen_anon_1: foo__bindgen_ty_1, 16 pub struct foo__bindgen_ty_1 { struct 125 ::std::mem::size_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 127 concat!("Size of: ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 130 ::std::mem::align_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 132 concat!("Alignment of ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 135 impl Default for foo__bindgen_ty_1 { implementation
|
D | union_with_anon_struct_bitfield_1_0.rs | 141 pub __bindgen_anon_1: __BindgenUnionField<foo__bindgen_ty_1>, 146 pub struct foo__bindgen_ty_1 { struct 154 ::std::mem::size_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() argument 156 concat!("Size of: ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 159 ::std::mem::align_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 161 concat!("Alignment of ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 164 impl Clone for foo__bindgen_ty_1 { implementation 169 impl foo__bindgen_ty_1 { impl
|
D | union_with_nesting_1_0.rs | 55 pub __bindgen_anon_1: __BindgenUnionField<foo__bindgen_ty_1>, 60 pub struct foo__bindgen_ty_1 { struct 163 ::std::mem::size_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 165 concat!("Size of: ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 168 ::std::mem::align_of::<foo__bindgen_ty_1>(), in bindgen_test_layout_foo__bindgen_ty_1() 170 concat!("Alignment of ", stringify!(foo__bindgen_ty_1)) in bindgen_test_layout_foo__bindgen_ty_1() 173 impl Clone for foo__bindgen_ty_1 { implementation
|