|
| 1 | +/* automatically generated by rust-bindgen */ |
| 2 | + |
| 3 | + |
| 4 | +#![allow(dead_code, non_snake_case, non_camel_case_types, non_upper_case_globals)] |
| 5 | + |
| 6 | + |
| 7 | +#[repr(C)] |
| 8 | +#[derive(Debug, Default, Copy, Clone)] |
| 9 | +pub struct WithBitfield { |
| 10 | + pub _bitfield_1: [u8; 0usize], |
| 11 | + pub __bindgen_padding_0: u32, |
| 12 | + pub a: ::std::os::raw::c_uint, |
| 13 | +} |
| 14 | +impl WithBitfield { |
| 15 | + #[inline] |
| 16 | + pub fn new_bitfield_1() -> u8 { |
| 17 | + 0 |
| 18 | + } |
| 19 | +} |
| 20 | +#[repr(C, packed)] |
| 21 | +#[derive(Debug, Default, Copy, Clone)] |
| 22 | +pub struct WithBitfieldAndAttrPacked { |
| 23 | + pub _bitfield_1: [u8; 0usize], |
| 24 | + pub a: ::std::os::raw::c_uint, |
| 25 | + pub __bindgen_padding_0: u8, |
| 26 | +} |
| 27 | +impl WithBitfieldAndAttrPacked { |
| 28 | + #[inline] |
| 29 | + pub fn new_bitfield_1() -> u8 { |
| 30 | + 0 |
| 31 | + } |
| 32 | +} |
| 33 | +#[repr(C, packed)] |
| 34 | +#[derive(Debug, Default, Copy, Clone)] |
| 35 | +pub struct WithBitfieldAndPacked { |
| 36 | + pub _bitfield_1: [u8; 0usize], |
| 37 | + pub a: ::std::os::raw::c_uint, |
| 38 | + pub __bindgen_padding_0: u8, |
| 39 | +} |
| 40 | +impl WithBitfieldAndPacked { |
| 41 | + #[inline] |
| 42 | + pub fn new_bitfield_1() -> u8 { |
| 43 | + 0 |
| 44 | + } |
| 45 | +} |
0 commit comments