Type Alias Word

Source
pub type Word = u16;

Trait Implementations§

Source§

impl Aml for Word

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