Home
last modified time | relevance | path

Searched refs:foo__bindgen_ty_1 (Results 1 – 25 of 29) sorted by relevance

12

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Denum-default-bitfield.rs11 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 …]
Dstruct_with_anon_unnamed_union.rs11 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
Dissue-1285.rs11 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
Dstruct_with_anon_union.rs11 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
Dunion_with_anon_union.rs11 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
Dstruct_with_anon_unnamed_struct.rs11 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()
Dunion_with_anon_unnamed_union.rs12 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
Dderive-hash-struct-with-anon-struct-float.rs12 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()
Dstruct_with_anon_struct.rs11 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()
Dstruct_with_struct.rs11 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()
Dstruct_with_anon_struct_pointer.rs11 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()
Dunion_with_anon_struct.rs11 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()
Dstruct_with_anon_unnamed_union_1_0.rs54 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
Dunion_with_anon_struct_1_0.rs54 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
Dunion_with_anon_unnamed_union_1_0.rs55 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
Dunion_with_anon_union_1_0.rs54 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
Dstruct_with_anon_union_1_0.rs54 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
Dstruct_with_anon_struct_array.rs11 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()
Dstruct_with_nesting.rs12 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
Denum-no-debug-rust.rs11 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
Denum-default-rust.rs11 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
Dstruct_with_nesting_1_0.rs55 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
Dunion_with_nesting.rs12 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
Dunion_with_anon_struct_bitfield_1_0.rs141 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
Dunion_with_nesting_1_0.rs55 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

12