Home
last modified time | relevance | path

Searched defs: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
6576 _align: elain::Align<ALIGN>, in test_known_layout_derive()
6577 size: [u8; SIZE], in test_known_layout_derive()