Home
last modified time | relevance | path

Searched refs:Date3 (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dbitfield_align.rs686 pub struct Date3 { struct
693 const UNINIT: ::std::mem::MaybeUninit<Date3> = in bindgen_test_layout_Date3() argument
697 ::std::mem::size_of::<Date3>(), in bindgen_test_layout_Date3()
699 concat!("Size of: ", stringify!(Date3)) in bindgen_test_layout_Date3()
702 ::std::mem::align_of::<Date3>(), in bindgen_test_layout_Date3()
704 concat!("Alignment of ", stringify!(Date3)) in bindgen_test_layout_Date3()
711 stringify!(Date3), in bindgen_test_layout_Date3()
717 impl Date3 { implementation
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dbitfield_align.h43 struct Date3 { struct