pub type DEVICE_DSM_ALLOCATION_OUTPUT = _DEVICE_DATA_SET_LB_PROVISIONING_STATE;
Aliased Type§
#[repr(C)]pub struct DEVICE_DSM_ALLOCATION_OUTPUT {
pub Size: u64,
pub Version: u64,
pub SlabSizeInBytes: u64,
pub SlabOffsetDeltaInBytes: u64,
pub SlabAllocationBitMapBitCount: u64,
pub SlabAllocationBitMapLength: u64,
pub SlabAllocationBitMap: [u64; 1],
}
Fields§
§Size: u64
§Version: u64
§SlabSizeInBytes: u64
§SlabOffsetDeltaInBytes: u64
§SlabAllocationBitMapBitCount: u64
§SlabAllocationBitMapLength: u64
§SlabAllocationBitMap: [u64; 1]