Type Alias DEVICE_DSM_ALLOCATION_OUTPUT

Source
pub type DEVICE_DSM_ALLOCATION_OUTPUT = _DEVICE_DATA_SET_LB_PROVISIONING_STATE;

Aliased Type§

struct DEVICE_DSM_ALLOCATION_OUTPUT {
    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]