pub type nvme_st_code = c_uint;Expand description
enum nvme_st_code - Self-test Code value @NVME_ST_CODE_RESERVED: Reserved. @NVME_ST_CODE_SHORT: Short device self-test operation. @NVME_ST_CODE_EXTENDED: Extended device self-test operation. @NVME_ST_CODE_HOST_INIT:Host-Initiated Refresh operation. @NVME_ST_CODE_VS: Vendor specific. @NVME_ST_CODE_ABORT: Abort device self-test operation. @NVME_ST_CODE_SHIFT: Shift amount to get the code value from the &struct nvme_st_result.dsts field.