Type Definition packed::Un [] [src]

type Un<T> = <T as Aligned>::Unaligned;

A type alias that represents the unaligned type of T.