fn is_aggregate_for_abi<'a, Ty, C>(cx: &C, val: &mut ArgAbi<'a, Ty>) -> boolExpand description
Return whether the value should be passed as an aggregate (i.e. indirectly).
- Enums with integer layout and variants with only zst members are passed as aggregates
- Aggregate wrappers around a single scalar are passed as scalars