Searched defs:Date1 (Results 1 – 2 of 2) sorted by relevance
28 struct Date1 { struct29 unsigned short nWeekDay : 3; // 0..7 (3 bits)30 unsigned short nMonthDay : 6; // 0..31 (6 bits)31 unsigned short nMonth : 5; // 0..12 (5 bits)32 unsigned short nYear : 8; // 0..100 (8 bits)
465 pub struct Date1 { struct473 ::std::mem::size_of::<Date1>(), in bindgen_test_layout_Date1() argument483 impl Date1 { impl