Trait kernel::acpi::aml::parser::resource_template::AddressWidth
source · pub trait AddressWidth {
// Required methods
fn width() -> u8
where Self: Sized;
fn fmt_hex(&self, f: &mut Formatter<'_>) -> Result;
fn from_parser(parser: &mut Parser<'_>) -> Result<Self, AmlParseError>
where Self: Sized;
}