pub const fn align_of<T: ?Sized + Aligned>() -> Alignment
Returns the ABI-required minimum alignment of a type in bytes.
This is equivalent to align_of, but also works for some unsized types (e.g. slices or rustc’s Lists).
align_of
List