macro_rules! array_pdudata {
($t: ty, $n: literal, $($rest: literal),+) => { ... };
($t: ty, $n: literal) => { ... };
($t: ty) => { ... };
}Expand description
unsafe macro implementing PduData for arrays of a given struct with repr(packed)