Type Alias acpi_tables::aml::AmlStr

source ·
pub type AmlStr = &'static str;
Expand description

implement Aml trait for ‘str’ so that ‘str’ can be directly append to the aml vector

Trait Implementations§

source§

impl Aml for AmlStr

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