Type Alias uacpi::tables::EntryHdr

source ·
pub type EntryHdr = acpi_entry_hdr;

Aliased Type§

struct EntryHdr {
    pub type_: u8,
    pub length: u8,
}

Fields§

§type_: u8§length: u8