Type Alias AmlString

Source
pub type AmlString = String;
Expand description

implement Aml trait for ‘String’. So purpose with str.

Aliased Type§

struct AmlString { /* private fields */ }

Trait Implementations§

Source§

impl Aml for AmlString

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