Michael Forster | 82c02d3 | 2022-05-20 21:47:33 -0700 | [diff] [blame] | 1 | // Part of the Crubit project, under the Apache License v2.0 with LLVM |
| 2 | // Exceptions. See /LICENSE for license information. |
| 3 | // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
| 4 | |
Lukasz Anforowicz | 19e057d | 2022-10-28 12:03:23 -0700 | [diff] [blame] | 5 | // Automatically @generated Rust bindings for the following C++ target: |
Michael Forster | 82c02d3 | 2022-05-20 21:47:33 -0700 | [diff] [blame] | 6 | // //rs_bindings_from_cc/test/golden:bitfields_cc |
Devin Jeanpierre | 6ed0f60 | 2023-03-01 17:22:54 -0800 | [diff] [blame] | 7 | // Features: experimental, supported |
Lukasz Anforowicz | 19e057d | 2022-10-28 12:03:23 -0700 | [diff] [blame] | 8 | |
Devin Jeanpierre | 4335643 | 2023-01-13 12:39:02 -0800 | [diff] [blame] | 9 | #![rustfmt::skip] |
| 10 | #![feature(custom_inner_attributes, negative_impls, type_alias_impl_trait)] |
Lukasz Anforowicz | 16889da | 2022-10-06 13:37:48 -0700 | [diff] [blame] | 11 | #![allow(stable_features)] |
Googler | 61afe91 | 2023-03-03 13:59:15 -0800 | [diff] [blame] | 12 | #![no_std] |
Lukasz Anforowicz | 4bb78a7 | 2023-03-06 14:10:37 -0800 | [diff] [blame^] | 13 | #![allow(improper_ctypes)] |
Michael Forster | 82c02d3 | 2022-05-20 21:47:33 -0700 | [diff] [blame] | 14 | #![allow(non_camel_case_types)] |
| 15 | #![allow(non_snake_case)] |
| 16 | #![allow(non_upper_case_globals)] |
| 17 | #![deny(warnings)] |
| 18 | |
Michael Forster | 82c02d3 | 2022-05-20 21:47:33 -0700 | [diff] [blame] | 19 | // Part of the Crubit project, under the Apache License v2.0 with LLVM |
| 20 | // Exceptions. See /LICENSE for license information. |
| 21 | // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
| 22 | |
Devin Jeanpierre | cd5ebf3 | 2022-07-08 05:31:55 -0700 | [diff] [blame] | 23 | #[::ctor::recursively_pinned] |
Michael Forster | 82c02d3 | 2022-05-20 21:47:33 -0700 | [diff] [blame] | 24 | #[repr(C, align(4))] |
| 25 | pub struct WithBitfields { |
| 26 | // f1 : 2 bits |
Googler | bed0a2a | 2023-03-01 11:53:43 -0800 | [diff] [blame] | 27 | __bitfields0: [::core::mem::MaybeUninit<u8>; 1], |
Michael Forster | 82c02d3 | 2022-05-20 21:47:33 -0700 | [diff] [blame] | 28 | pub f2: i32, |
| 29 | // f3 : 4 bits |
| 30 | // f4 : 8 bits |
| 31 | // : 45 bits |
Googler | bed0a2a | 2023-03-01 11:53:43 -0800 | [diff] [blame] | 32 | __bitfields2: [::core::mem::MaybeUninit<u8>; 10], |
Michael Forster | 82c02d3 | 2022-05-20 21:47:33 -0700 | [diff] [blame] | 33 | pub f5: i32, |
| 34 | // f6 : 23 bits |
Googler | bed0a2a | 2023-03-01 11:53:43 -0800 | [diff] [blame] | 35 | __bitfields4: [::core::mem::MaybeUninit<u8>; 3], |
| 36 | pub(crate) f7: [::core::mem::MaybeUninit<u8>; 1], |
Michael Forster | 82c02d3 | 2022-05-20 21:47:33 -0700 | [diff] [blame] | 37 | // f8 : 2 bits |
Googler | bed0a2a | 2023-03-01 11:53:43 -0800 | [diff] [blame] | 38 | __bitfields6: [::core::mem::MaybeUninit<u8>; 1], |
Michael Forster | 82c02d3 | 2022-05-20 21:47:33 -0700 | [diff] [blame] | 39 | } |
| 40 | forward_declare::unsafe_define!(forward_declare::symbol!("WithBitfields"), crate::WithBitfields); |
| 41 | impl WithBitfields { |
| 42 | pub fn f7(&self) -> &u8 { |
| 43 | unsafe { &*(&self.f7 as *const _ as *const u8) } |
| 44 | } |
| 45 | } |
| 46 | |
Devin Jeanpierre | cd5ebf3 | 2022-07-08 05:31:55 -0700 | [diff] [blame] | 47 | impl ::ctor::CtorNew<()> for WithBitfields { |
| 48 | type CtorType = impl ::ctor::Ctor<Output = Self>; |
Devin Jeanpierre | 5641325 | 2022-06-02 18:48:24 -0700 | [diff] [blame] | 49 | #[inline(always)] |
| 50 | fn ctor_new(args: ()) -> Self::CtorType { |
| 51 | let () = args; |
Devin Jeanpierre | 93927e8 | 2022-08-01 14:05:54 -0700 | [diff] [blame] | 52 | unsafe { |
Googler | bed0a2a | 2023-03-01 11:53:43 -0800 | [diff] [blame] | 53 | ::ctor::FnCtor::new( |
| 54 | move |dest: ::core::pin::Pin<&mut ::core::mem::MaybeUninit<Self>>| { |
| 55 | crate::detail::__rust_thunk___ZN13WithBitfieldsC1Ev( |
| 56 | ::core::pin::Pin::into_inner_unchecked(dest), |
| 57 | ); |
| 58 | }, |
| 59 | ) |
Devin Jeanpierre | 93927e8 | 2022-08-01 14:05:54 -0700 | [diff] [blame] | 60 | } |
Devin Jeanpierre | 5641325 | 2022-06-02 18:48:24 -0700 | [diff] [blame] | 61 | } |
| 62 | } |
Michael Forster | 82c02d3 | 2022-05-20 21:47:33 -0700 | [diff] [blame] | 63 | |
Felipe de A. Mello Pereira | 6f3cf16 | 2023-01-16 00:48:25 -0800 | [diff] [blame] | 64 | impl<'b> ::ctor::CtorNew<&'b Self> for WithBitfields { |
Devin Jeanpierre | 83cb2dc | 2022-07-15 01:50:28 -0700 | [diff] [blame] | 65 | type CtorType = impl ::ctor::Ctor<Output = Self> + ::ctor::Captures<'b>; |
Devin Jeanpierre | 5641325 | 2022-06-02 18:48:24 -0700 | [diff] [blame] | 66 | #[inline(always)] |
Felipe de A. Mello Pereira | 6f3cf16 | 2023-01-16 00:48:25 -0800 | [diff] [blame] | 67 | fn ctor_new(args: &'b Self) -> Self::CtorType { |
Devin Jeanpierre | 5641325 | 2022-06-02 18:48:24 -0700 | [diff] [blame] | 68 | let __param_0 = args; |
Devin Jeanpierre | 93927e8 | 2022-08-01 14:05:54 -0700 | [diff] [blame] | 69 | unsafe { |
Googler | bed0a2a | 2023-03-01 11:53:43 -0800 | [diff] [blame] | 70 | ::ctor::FnCtor::new( |
| 71 | move |dest: ::core::pin::Pin<&mut ::core::mem::MaybeUninit<Self>>| { |
| 72 | crate::detail::__rust_thunk___ZN13WithBitfieldsC1ERKS_( |
| 73 | ::core::pin::Pin::into_inner_unchecked(dest), |
| 74 | __param_0, |
| 75 | ); |
| 76 | }, |
| 77 | ) |
Devin Jeanpierre | 93927e8 | 2022-08-01 14:05:54 -0700 | [diff] [blame] | 78 | } |
Devin Jeanpierre | 5641325 | 2022-06-02 18:48:24 -0700 | [diff] [blame] | 79 | } |
| 80 | } |
Felipe de A. Mello Pereira | 6f3cf16 | 2023-01-16 00:48:25 -0800 | [diff] [blame] | 81 | impl<'b> ::ctor::CtorNew<(&'b Self,)> for WithBitfields { |
Devin Jeanpierre | 83cb2dc | 2022-07-15 01:50:28 -0700 | [diff] [blame] | 82 | type CtorType = impl ::ctor::Ctor<Output = Self> + ::ctor::Captures<'b>; |
Devin Jeanpierre | 5641325 | 2022-06-02 18:48:24 -0700 | [diff] [blame] | 83 | #[inline(always)] |
Felipe de A. Mello Pereira | 6f3cf16 | 2023-01-16 00:48:25 -0800 | [diff] [blame] | 84 | fn ctor_new(args: (&'b Self,)) -> Self::CtorType { |
Devin Jeanpierre | 5641325 | 2022-06-02 18:48:24 -0700 | [diff] [blame] | 85 | let (arg,) = args; |
Felipe de A. Mello Pereira | 6f3cf16 | 2023-01-16 00:48:25 -0800 | [diff] [blame] | 86 | <Self as ::ctor::CtorNew<&'b Self>>::ctor_new(arg) |
Devin Jeanpierre | 5641325 | 2022-06-02 18:48:24 -0700 | [diff] [blame] | 87 | } |
| 88 | } |
Michael Forster | 82c02d3 | 2022-05-20 21:47:33 -0700 | [diff] [blame] | 89 | |
Felipe de A. Mello Pereira | 6f3cf16 | 2023-01-16 00:48:25 -0800 | [diff] [blame] | 90 | impl<'b> ::ctor::CtorNew<::ctor::RvalueReference<'b, Self>> for WithBitfields { |
Devin Jeanpierre | 83cb2dc | 2022-07-15 01:50:28 -0700 | [diff] [blame] | 91 | type CtorType = impl ::ctor::Ctor<Output = Self> + ::ctor::Captures<'b>; |
Devin Jeanpierre | 5641325 | 2022-06-02 18:48:24 -0700 | [diff] [blame] | 92 | #[inline(always)] |
Felipe de A. Mello Pereira | 6f3cf16 | 2023-01-16 00:48:25 -0800 | [diff] [blame] | 93 | fn ctor_new(args: ::ctor::RvalueReference<'b, Self>) -> Self::CtorType { |
Devin Jeanpierre | 5641325 | 2022-06-02 18:48:24 -0700 | [diff] [blame] | 94 | let __param_0 = args; |
Devin Jeanpierre | 93927e8 | 2022-08-01 14:05:54 -0700 | [diff] [blame] | 95 | unsafe { |
Googler | bed0a2a | 2023-03-01 11:53:43 -0800 | [diff] [blame] | 96 | ::ctor::FnCtor::new( |
| 97 | move |dest: ::core::pin::Pin<&mut ::core::mem::MaybeUninit<Self>>| { |
| 98 | crate::detail::__rust_thunk___ZN13WithBitfieldsC1EOS_( |
| 99 | ::core::pin::Pin::into_inner_unchecked(dest), |
| 100 | __param_0, |
| 101 | ); |
| 102 | }, |
| 103 | ) |
Devin Jeanpierre | 93927e8 | 2022-08-01 14:05:54 -0700 | [diff] [blame] | 104 | } |
Devin Jeanpierre | 5641325 | 2022-06-02 18:48:24 -0700 | [diff] [blame] | 105 | } |
| 106 | } |
Felipe de A. Mello Pereira | 6f3cf16 | 2023-01-16 00:48:25 -0800 | [diff] [blame] | 107 | impl<'b> ::ctor::CtorNew<(::ctor::RvalueReference<'b, Self>,)> for WithBitfields { |
Devin Jeanpierre | 83cb2dc | 2022-07-15 01:50:28 -0700 | [diff] [blame] | 108 | type CtorType = impl ::ctor::Ctor<Output = Self> + ::ctor::Captures<'b>; |
Devin Jeanpierre | 5641325 | 2022-06-02 18:48:24 -0700 | [diff] [blame] | 109 | #[inline(always)] |
Felipe de A. Mello Pereira | 6f3cf16 | 2023-01-16 00:48:25 -0800 | [diff] [blame] | 110 | fn ctor_new(args: (::ctor::RvalueReference<'b, Self>,)) -> Self::CtorType { |
Devin Jeanpierre | 5641325 | 2022-06-02 18:48:24 -0700 | [diff] [blame] | 111 | let (arg,) = args; |
Felipe de A. Mello Pereira | 6f3cf16 | 2023-01-16 00:48:25 -0800 | [diff] [blame] | 112 | <Self as ::ctor::CtorNew<::ctor::RvalueReference<'b, Self>>>::ctor_new(arg) |
Devin Jeanpierre | 5641325 | 2022-06-02 18:48:24 -0700 | [diff] [blame] | 113 | } |
| 114 | } |
Michael Forster | 82c02d3 | 2022-05-20 21:47:33 -0700 | [diff] [blame] | 115 | |
Felipe de A. Mello Pereira | 5b9ad75 | 2023-01-11 01:03:23 -0800 | [diff] [blame] | 116 | impl<'b> ::ctor::Assign<&'b Self> for WithBitfields { |
Devin Jeanpierre | 9ced4ef | 2022-06-08 12:39:10 -0700 | [diff] [blame] | 117 | #[inline(always)] |
Googler | bed0a2a | 2023-03-01 11:53:43 -0800 | [diff] [blame] | 118 | fn assign<'a>(self: ::core::pin::Pin<&'a mut Self>, __param_0: &'b Self) { |
Devin Jeanpierre | 9ced4ef | 2022-06-08 12:39:10 -0700 | [diff] [blame] | 119 | unsafe { |
| 120 | crate::detail::__rust_thunk___ZN13WithBitfieldsaSERKS_(self, __param_0); |
| 121 | } |
| 122 | } |
| 123 | } |
Michael Forster | 82c02d3 | 2022-05-20 21:47:33 -0700 | [diff] [blame] | 124 | |
Felipe de A. Mello Pereira | 6f3cf16 | 2023-01-16 00:48:25 -0800 | [diff] [blame] | 125 | impl<'b> ::ctor::Assign<::ctor::RvalueReference<'b, Self>> for WithBitfields { |
Devin Jeanpierre | 9ced4ef | 2022-06-08 12:39:10 -0700 | [diff] [blame] | 126 | #[inline(always)] |
| 127 | fn assign<'a>( |
Googler | bed0a2a | 2023-03-01 11:53:43 -0800 | [diff] [blame] | 128 | self: ::core::pin::Pin<&'a mut Self>, |
Felipe de A. Mello Pereira | 6f3cf16 | 2023-01-16 00:48:25 -0800 | [diff] [blame] | 129 | __param_0: ::ctor::RvalueReference<'b, Self>, |
Devin Jeanpierre | 9ced4ef | 2022-06-08 12:39:10 -0700 | [diff] [blame] | 130 | ) { |
| 131 | unsafe { |
| 132 | crate::detail::__rust_thunk___ZN13WithBitfieldsaSEOS_(self, __param_0); |
| 133 | } |
| 134 | } |
| 135 | } |
Michael Forster | 82c02d3 | 2022-05-20 21:47:33 -0700 | [diff] [blame] | 136 | |
| 137 | // CRUBIT_RS_BINDINGS_FROM_CC_TEST_GOLDEN_BITFIELDS_H_ |
| 138 | |
Devin Jeanpierre | 5641325 | 2022-06-02 18:48:24 -0700 | [diff] [blame] | 139 | mod detail { |
| 140 | #[allow(unused_imports)] |
| 141 | use super::*; |
| 142 | extern "C" { |
| 143 | pub(crate) fn __rust_thunk___ZN13WithBitfieldsC1Ev<'a>( |
Googler | bed0a2a | 2023-03-01 11:53:43 -0800 | [diff] [blame] | 144 | __this: &'a mut ::core::mem::MaybeUninit<crate::WithBitfields>, |
Devin Jeanpierre | 5641325 | 2022-06-02 18:48:24 -0700 | [diff] [blame] | 145 | ); |
| 146 | pub(crate) fn __rust_thunk___ZN13WithBitfieldsC1ERKS_<'a, 'b>( |
Googler | bed0a2a | 2023-03-01 11:53:43 -0800 | [diff] [blame] | 147 | __this: &'a mut ::core::mem::MaybeUninit<crate::WithBitfields>, |
Devin Jeanpierre | 5641325 | 2022-06-02 18:48:24 -0700 | [diff] [blame] | 148 | __param_0: &'b crate::WithBitfields, |
| 149 | ); |
| 150 | pub(crate) fn __rust_thunk___ZN13WithBitfieldsC1EOS_<'a, 'b>( |
Googler | bed0a2a | 2023-03-01 11:53:43 -0800 | [diff] [blame] | 151 | __this: &'a mut ::core::mem::MaybeUninit<crate::WithBitfields>, |
Devin Jeanpierre | cd5ebf3 | 2022-07-08 05:31:55 -0700 | [diff] [blame] | 152 | __param_0: ::ctor::RvalueReference<'b, crate::WithBitfields>, |
Devin Jeanpierre | 5641325 | 2022-06-02 18:48:24 -0700 | [diff] [blame] | 153 | ); |
Devin Jeanpierre | 9ced4ef | 2022-06-08 12:39:10 -0700 | [diff] [blame] | 154 | pub(crate) fn __rust_thunk___ZN13WithBitfieldsaSERKS_<'a, 'b>( |
Googler | bed0a2a | 2023-03-01 11:53:43 -0800 | [diff] [blame] | 155 | __this: ::core::pin::Pin<&'a mut crate::WithBitfields>, |
Devin Jeanpierre | 9ced4ef | 2022-06-08 12:39:10 -0700 | [diff] [blame] | 156 | __param_0: &'b crate::WithBitfields, |
Googler | bed0a2a | 2023-03-01 11:53:43 -0800 | [diff] [blame] | 157 | ) -> ::core::pin::Pin<&'a mut crate::WithBitfields>; |
Devin Jeanpierre | 9ced4ef | 2022-06-08 12:39:10 -0700 | [diff] [blame] | 158 | pub(crate) fn __rust_thunk___ZN13WithBitfieldsaSEOS_<'a, 'b>( |
Googler | bed0a2a | 2023-03-01 11:53:43 -0800 | [diff] [blame] | 159 | __this: ::core::pin::Pin<&'a mut crate::WithBitfields>, |
Devin Jeanpierre | cd5ebf3 | 2022-07-08 05:31:55 -0700 | [diff] [blame] | 160 | __param_0: ::ctor::RvalueReference<'b, crate::WithBitfields>, |
Googler | bed0a2a | 2023-03-01 11:53:43 -0800 | [diff] [blame] | 161 | ) -> ::core::pin::Pin<&'a mut crate::WithBitfields>; |
Devin Jeanpierre | 5641325 | 2022-06-02 18:48:24 -0700 | [diff] [blame] | 162 | } |
| 163 | } |
| 164 | |
Googler | bed0a2a | 2023-03-01 11:53:43 -0800 | [diff] [blame] | 165 | const _: () = assert!(::core::mem::size_of::<Option<&i32>>() == ::core::mem::size_of::<&i32>()); |
Michael Forster | 82c02d3 | 2022-05-20 21:47:33 -0700 | [diff] [blame] | 166 | |
Googler | bed0a2a | 2023-03-01 11:53:43 -0800 | [diff] [blame] | 167 | const _: () = assert!(::core::mem::size_of::<crate::WithBitfields>() == 32); |
| 168 | const _: () = assert!(::core::mem::align_of::<crate::WithBitfields>() == 4); |
Michael Forster | 82c02d3 | 2022-05-20 21:47:33 -0700 | [diff] [blame] | 169 | const _: () = { |
Lukasz Anforowicz | b4d1778 | 2022-07-07 08:09:13 -0700 | [diff] [blame] | 170 | static_assertions::assert_not_impl_any!(crate::WithBitfields: Copy); |
Michael Forster | 82c02d3 | 2022-05-20 21:47:33 -0700 | [diff] [blame] | 171 | }; |
| 172 | const _: () = { |
Lukasz Anforowicz | b4d1778 | 2022-07-07 08:09:13 -0700 | [diff] [blame] | 173 | static_assertions::assert_not_impl_any!(crate::WithBitfields: Drop); |
Michael Forster | 82c02d3 | 2022-05-20 21:47:33 -0700 | [diff] [blame] | 174 | }; |
Lukasz Anforowicz | ed94b24 | 2022-09-07 11:47:58 -0700 | [diff] [blame] | 175 | const _: () = assert!(memoffset::offset_of!(crate::WithBitfields, f2) == 4); |
| 176 | const _: () = assert!(memoffset::offset_of!(crate::WithBitfields, f5) == 20); |
| 177 | const _: () = assert!(memoffset::offset_of!(crate::WithBitfields, f7) == 27); |