Home
last modified time | relevance | path

Searched refs:MuchBitfield (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dbitfield-32bit-overflow.h2 struct MuchBitfield { struct
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dbitfield-32bit-overflow.rs96 pub struct MuchBitfield { structure names
103 ::std::mem::size_of::<MuchBitfield>(), in bindgen_test_layout_MuchBitfield()
105 concat!("Size of: ", stringify!(MuchBitfield)) in bindgen_test_layout_MuchBitfield()
108 ::std::mem::align_of::<MuchBitfield>(), in bindgen_test_layout_MuchBitfield()
110 concat!("Alignment of ", stringify!(MuchBitfield)) in bindgen_test_layout_MuchBitfield()
113 impl MuchBitfield { impls

Completed in 2 milliseconds