pub(crate) type StructUnionRepr = Repr<Infallible, NonZeroU32>;Expand description
The representations which can legally appear on a struct or union type.
Aliased Type§
pub(crate) enum StructUnionRepr {
Transparent(Span),
Compound(Spanned<CompoundRepr<Infallible>>, Option<Spanned<AlignRepr<NonZero<u32>>>>),
}