Searched defs:OpRegion (Results 1 – 1 of 1) sorted by relevance
932 pub struct OpRegion<'a> { struct934 space: OpRegionSpace, argument939 impl<'a> OpRegion<'a> { argument951 impl Aml for OpRegion<'_> { implementation