Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dlib.rs6566 struct NotKnownLayout<T = ()> { in test_known_layout_derive() struct
6601 struct KL01(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive()
6612 struct KL01Align(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive()
6623 struct KL01Packed(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive()
6634 struct KL01PackedN(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive()
6647 struct KL03(NotKnownLayout, u8); in test_known_layout_derive()
6658 struct KL03Align(NotKnownLayout<AU32>, u8); in test_known_layout_derive()
6669 struct KL03Packed(NotKnownLayout<AU32>, u8); in test_known_layout_derive()
6680 struct KL03PackedN(NotKnownLayout<AU32>, u8); in test_known_layout_derive()
6714 struct KL10(NotKnownLayout<AU32>, [u8]); in test_known_layout_derive()
[all …]