Type Alias DEVICE_DATA_SET_REPAIR_PARAMETERS

Source
pub type DEVICE_DATA_SET_REPAIR_PARAMETERS = _DEVICE_DATA_SET_REPAIR_PARAMETERS;

Aliased Type§

struct DEVICE_DATA_SET_REPAIR_PARAMETERS {
    pub NumberOfRepairCopies: u32,
    pub SourceCopy: u32,
    pub RepairCopies: [u32; 1],
}

Fields§

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