DEVICE_DSM_REPAIR_PARAMETERS

Type Alias DEVICE_DSM_REPAIR_PARAMETERS 

Source
pub type DEVICE_DSM_REPAIR_PARAMETERS = _DEVICE_DATA_SET_REPAIR_PARAMETERS;

Aliased Type§

#[repr(C)]
pub struct DEVICE_DSM_REPAIR_PARAMETERS { pub NumberOfRepairCopies: u64, pub SourceCopy: u64, pub RepairCopies: [u64; 1], }

Fields§

§NumberOfRepairCopies: u64§SourceCopy: u64§RepairCopies: [u64; 1]