Type Alias SCM_REGIONS

Source
pub type SCM_REGIONS = _SCM_REGIONS;

Aliased Type§

struct SCM_REGIONS {
    pub Version: u32,
    pub Size: u32,
    pub RegionCount: u32,
    pub Regions: [_SCM_REGION; 1],
}

Fields§

§Version: u32§Size: u32§RegionCount: u32§Regions: [_SCM_REGION; 1]