Searched refs:KL01Packed (Results 1 – 1 of 1) sorted by relevance
6623 struct KL01Packed(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive() struct6625 let expected = DstLayout::for_type::<KL01Packed>(); in test_known_layout_derive()6627 assert_eq!(<KL01Packed as KnownLayout>::LAYOUT, expected); in test_known_layout_derive()6628 assert_eq!(<KL01Packed as KnownLayout>::LAYOUT, sized_layout(1, 6)); in test_known_layout_derive()