Type Alias 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