Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dlib.rs6658 struct KL03Align(NotKnownLayout<AU32>, u8); in test_known_layout_derive() struct
6660 let expected = DstLayout::for_type::<KL03Align>(); in test_known_layout_derive()
6662 assert_eq!(<KL03Align as KnownLayout>::LAYOUT, expected); in test_known_layout_derive()
6663 assert_eq!(<KL03Align as KnownLayout>::LAYOUT, sized_layout(64, 64)); in test_known_layout_derive()