template <typename T>
struct Packed
Defined at line 132 of file ../../zircon/kernel/lib/acpi_lite/binary_reader.h
A "packed" type wraps a plain type, but instructs the compiler to treat it as unaligned data.
Public Members
T value