Type Alias DEVICE_DATA_SET_LB_PROVISIONING_STATE

Source
pub type DEVICE_DATA_SET_LB_PROVISIONING_STATE = _DEVICE_DATA_SET_LB_PROVISIONING_STATE;

Aliased Type§

struct DEVICE_DATA_SET_LB_PROVISIONING_STATE {
    pub Size: u32,
    pub Version: u32,
    pub SlabSizeInBytes: u64,
    pub SlabOffsetDeltaInBytes: u32,
    pub SlabAllocationBitMapBitCount: u32,
    pub SlabAllocationBitMapLength: u32,
    pub SlabAllocationBitMap: [u32; 1],
}

Fields§

§Size: u32§Version: u32§SlabSizeInBytes: u64§SlabOffsetDeltaInBytes: u32§SlabAllocationBitMapBitCount: u32§SlabAllocationBitMapLength: u32§SlabAllocationBitMap: [u32; 1]