Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dlib.rs6572 struct AlignSize<const ALIGN: usize, const SIZE: usize> in test_known_layout_derive() struct
6580 type AU16 = AlignSize<2, 2>; in test_known_layout_derive()
6581 type AU32 = AlignSize<4, 4>; in test_known_layout_derive()