#[repr(i32)]pub enum _STORAGE_COUNTER_TYPE {
Show 22 variants
StorageCounterTypeUnknown = 0,
StorageCounterTypeTemperatureCelsius = 1,
StorageCounterTypeTemperatureCelsiusMax = 2,
StorageCounterTypeReadErrorsTotal = 3,
StorageCounterTypeReadErrorsCorrected = 4,
StorageCounterTypeReadErrorsUncorrected = 5,
StorageCounterTypeWriteErrorsTotal = 6,
StorageCounterTypeWriteErrorsCorrected = 7,
StorageCounterTypeWriteErrorsUncorrected = 8,
StorageCounterTypeManufactureDate = 9,
StorageCounterTypeStartStopCycleCount = 10,
StorageCounterTypeStartStopCycleCountMax = 11,
StorageCounterTypeLoadUnloadCycleCount = 12,
StorageCounterTypeLoadUnloadCycleCountMax = 13,
StorageCounterTypeWearPercentage = 14,
StorageCounterTypeWearPercentageWarning = 15,
StorageCounterTypeWearPercentageMax = 16,
StorageCounterTypePowerOnHours = 17,
StorageCounterTypeReadLatency100NSMax = 18,
StorageCounterTypeWriteLatency100NSMax = 19,
StorageCounterTypeFlushLatency100NSMax = 20,
StorageCounterTypeMax = 21,
}Variants§
StorageCounterTypeUnknown = 0
StorageCounterTypeTemperatureCelsius = 1
StorageCounterTypeTemperatureCelsiusMax = 2
StorageCounterTypeReadErrorsTotal = 3
StorageCounterTypeReadErrorsCorrected = 4
StorageCounterTypeReadErrorsUncorrected = 5
StorageCounterTypeWriteErrorsTotal = 6
StorageCounterTypeWriteErrorsCorrected = 7
StorageCounterTypeWriteErrorsUncorrected = 8
StorageCounterTypeManufactureDate = 9
StorageCounterTypeStartStopCycleCount = 10
StorageCounterTypeStartStopCycleCountMax = 11
StorageCounterTypeLoadUnloadCycleCount = 12
StorageCounterTypeLoadUnloadCycleCountMax = 13
StorageCounterTypeWearPercentage = 14
StorageCounterTypeWearPercentageWarning = 15
StorageCounterTypeWearPercentageMax = 16
StorageCounterTypePowerOnHours = 17
StorageCounterTypeReadLatency100NSMax = 18
StorageCounterTypeWriteLatency100NSMax = 19
StorageCounterTypeFlushLatency100NSMax = 20
StorageCounterTypeMax = 21
Trait Implementations§
Source§impl Clone for _STORAGE_COUNTER_TYPE
impl Clone for _STORAGE_COUNTER_TYPE
Source§fn clone(&self) -> _STORAGE_COUNTER_TYPE
fn clone(&self) -> _STORAGE_COUNTER_TYPE
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _STORAGE_COUNTER_TYPE
impl Debug for _STORAGE_COUNTER_TYPE
Source§impl Hash for _STORAGE_COUNTER_TYPE
impl Hash for _STORAGE_COUNTER_TYPE
Source§impl PartialEq for _STORAGE_COUNTER_TYPE
impl PartialEq for _STORAGE_COUNTER_TYPE
impl Copy for _STORAGE_COUNTER_TYPE
impl Eq for _STORAGE_COUNTER_TYPE
impl StructuralPartialEq for _STORAGE_COUNTER_TYPE
Auto Trait Implementations§
impl Freeze for _STORAGE_COUNTER_TYPE
impl RefUnwindSafe for _STORAGE_COUNTER_TYPE
impl Send for _STORAGE_COUNTER_TYPE
impl Sync for _STORAGE_COUNTER_TYPE
impl Unpin for _STORAGE_COUNTER_TYPE
impl UnwindSafe for _STORAGE_COUNTER_TYPE
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more