()
| 19 | impl<T> ::std::default::Default for __BindgenUnionField<T> { |
| 20 | #[inline] |
| 21 | fn default() -> Self { |
| 22 | Self::new() |
| 23 | } |
| 24 | } |
| 25 | impl<T> ::std::clone::Clone for __BindgenUnionField<T> { |
| 26 | #[inline] |
nothing calls this directly
no test coverage detected