Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dlib.rs6851 struct KL15<T: KnownLayout>(u8, T); in test_known_layout_derive() struct
6854 let _ = KL15(0u8, t); in test_known_layout_derive()