SCM_REGIONS

Type Alias SCM_REGIONS 

Source
pub type SCM_REGIONS = _SCM_REGIONS;

Aliased Type§

#[repr(C)]
pub struct SCM_REGIONS { pub Version: u64, pub Size: u64, pub RegionCount: u64, pub Regions: [_SCM_REGION; 1], }

Fields§

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