Function kernel::acpi::tables::get_struct_from_bytes
source · fn get_struct_from_bytes<T>(data: &[u8]) -> T
Expand description
Will fill the table from the header data, and zero out remaining bytes if any are left
Safety
type <T>
must be valid when some parts of it is zero
TODO: should this be unsafe?