Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/util/
H A Dmacro_util.rs349 macro_rules! repr_c_struct_has_padding { macro
354 &[$($crate::repr_c_struct_has_padding!(@field $ts),)*]
1182 …assert_eq!(repr_c_struct_has_padding!(Test, None::<NonZeroUsize>, None::<NonZeroUsize>, [$($ts),*]… in test_repr_c_struct_padding()