Home
last modified time | relevance | path

Searched defs:OpRegion (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/acpi_tables/src/
Daml.rs932 pub struct OpRegion<'a> { struct
934 space: OpRegionSpace, argument
939 impl<'a> OpRegion<'a> { argument
951 impl Aml for OpRegion<'_> { implementation