Type Alias acpi_tables::aml::DWord

source ·
pub type DWord = u32;

Trait Implementations§

source§

impl Aml for DWord

source§

fn to_aml_bytes(&self, bytes: &mut Vec<u8>)

Translate an ACPI object into AML code and append to the vector buffer. Read more