geckolib: Correctly generate bitfields

This commit is contained in:
Emilio Cobos Álvarez 2016-04-03 00:41:11 +02:00
parent fd79e7a20f
commit 13e87b4479

View file

@ -4672,9 +4672,8 @@ pub struct nsStyleSVG {
pub mStrokeLinejoin: u8, pub mStrokeLinejoin: u8,
pub mTextAnchor: u8, pub mTextAnchor: u8,
pub mTextRendering: u8, pub mTextRendering: u8,
pub _bitfield_1: nsStyleSVGOpacitySource, pub _bitfield_1: u8,
pub _bitfield_2: nsStyleSVGOpacitySource, pub _bitfield_2: u8,
pub _bitfield_3: u8,
} }
#[test] #[test]
fn bindgen_test_layout_nsStyleSVG() { fn bindgen_test_layout_nsStyleSVG() {