pub enum FeatureId {
Show 34 variants
Arbitration = 1,
PowerManagement = 2,
LBARangeType = 3,
TemperatureThreshold = 4,
ErrorRecovery = 5,
VolatileWriteCache = 6,
NumberOfQueues = 7,
InterruptCoalescing = 8,
InterruptVectorConfig = 9,
WriteAtomicityNormal = 10,
AsyncEventConfig = 11,
AutonomousPowerStateTransition = 12,
HostMemoryBuffer = 13,
Timestamp = 14,
KeepAliveTimer = 15,
HostControlledThermalManagement = 16,
NonOperationalPowerStateConfig = 17,
ReadRecoveryLevelConfig = 18,
PredictableLatencyModeConfig = 19,
PredictableLatencyModeWindow = 20,
LBAStatusInfoReportInterval = 21,
HostBehaviorSupport = 22,
SanitizeConfig = 23,
EnduranceGroupEventConfig = 24,
IOCommandSetProfile = 25,
SpinupControl = 26,
EnhancedControllerMetadata = 125,
ControllerMetadata = 126,
NamespaceMetadata = 127,
SoftwareProgressMarker = 128,
HostIdentifier = 129,
ReservationNotificationMask = 130,
ReservationPersistence = 131,
NamespaceWriteProtectionConfig = 132,
}
Variants§
Arbitration = 1
PowerManagement = 2
LBARangeType = 3
TemperatureThreshold = 4
ErrorRecovery = 5
VolatileWriteCache = 6
NumberOfQueues = 7
InterruptCoalescing = 8
InterruptVectorConfig = 9
WriteAtomicityNormal = 10
AsyncEventConfig = 11
AutonomousPowerStateTransition = 12
HostMemoryBuffer = 13
Timestamp = 14
KeepAliveTimer = 15
HostControlledThermalManagement = 16
NonOperationalPowerStateConfig = 17
ReadRecoveryLevelConfig = 18
PredictableLatencyModeConfig = 19
PredictableLatencyModeWindow = 20
LBAStatusInfoReportInterval = 21
HostBehaviorSupport = 22
SanitizeConfig = 23
EnduranceGroupEventConfig = 24
IOCommandSetProfile = 25
SpinupControl = 26
EnhancedControllerMetadata = 125
ControllerMetadata = 126
NamespaceMetadata = 127
SoftwareProgressMarker = 128
HostIdentifier = 129
ReservationNotificationMask = 130
ReservationPersistence = 131
NamespaceWriteProtectionConfig = 132
Trait Implementations§
source§impl Specifier for FeatureId
impl Specifier for FeatureId
source§fn into_bytes(input: Self::InOut) -> Result<Self::Bytes, OutOfBounds>
fn into_bytes(input: Self::InOut) -> Result<Self::Bytes, OutOfBounds>
Converts some bytes into the in-out type. Read more
source§fn from_bytes(
bytes: Self::Bytes,
) -> Result<Self::InOut, InvalidBitPattern<Self::Bytes>>
fn from_bytes( bytes: Self::Bytes, ) -> Result<Self::InOut, InvalidBitPattern<Self::Bytes>>
Converts the given bytes into the in-out type. Read more
Auto Trait Implementations§
impl Freeze for FeatureId
impl RefUnwindSafe for FeatureId
impl Send for FeatureId
impl Sync for FeatureId
impl Unpin for FeatureId
impl UnwindSafe for FeatureId
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