fn fields_are_noundef<'a, Ty, C>(layout: TyAndLayout<'a, Ty>, cx: &C) -> boolExpand description
Returns true if the fields of layout contiguously cover bytes 0..layout.size
with no padding gaps and each field is recursively layout_is_noundef.