pub enum LbaFormatType {
Show 17 variants
LbaFormat0,
LbaFormat1,
LbaFormat2,
LbaFormat3,
LbaFormat4,
LbaFormat5,
LbaFormat6,
LbaFormat7,
LbaFormat8,
LbaFormat9,
LbaFormat10,
LbaFormat11,
LbaFormat12,
LbaFormat13,
LbaFormat14,
LbaFormat15,
UnsupportedValue,
}Expand description
LBAFormatType is defined in the NVMe specification set. This field indicates the LBA data size supported; implementations may report up to 16 values. For more details refer to the appropriate NVMe specification.
Variants§
LbaFormat0
LBAFormat0 is a required type. Indicates the LBA data size supported.
LbaFormat1
Indicates the LBA data size if supported.
LbaFormat2
Indicates the LBA data size supported if supported.
LbaFormat3
Indicates the LBA data size supported if supported.
LbaFormat4
Indicates the LBA data size supported if supported.
LbaFormat5
Indicates the LBA data size supported if supported.
LbaFormat6
Indicates the LBA data size supported if supported.
LbaFormat7
Indicates the LBA data size supported if supported.
LbaFormat8
Indicates the LBA data size supported if supported.
LbaFormat9
Indicates the LBA data size supported if supported.
LbaFormat10
Indicates the LBA data size supported if supported.
LbaFormat11
Indicates the LBA data size supported if supported.
LbaFormat12
Indicates the LBA data size supported if supported.
LbaFormat13
Indicates the LBA data size supported if supported.
LbaFormat14
Indicates the LBA data size supported if supported.
LbaFormat15
Indicates the LBA data size supported if supported.
UnsupportedValue
Fallback value for values that are not supported by current version of Redfish schema.
Trait Implementations§
Source§impl Clone for LbaFormatType
impl Clone for LbaFormatType
Source§fn clone(&self) -> LbaFormatType
fn clone(&self) -> LbaFormatType
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for LbaFormatType
impl Debug for LbaFormatType
Source§impl<'de> Deserialize<'de> for LbaFormatType
impl<'de> Deserialize<'de> for LbaFormatType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Source§impl PartialEq for LbaFormatType
impl PartialEq for LbaFormatType
Source§impl Serialize for LbaFormatType
impl Serialize for LbaFormatType
Source§impl ToSnakeCase for LbaFormatType
impl ToSnakeCase for LbaFormatType
Source§fn to_snake_case(&self) -> &'static str
fn to_snake_case(&self) -> &'static str
snake_case string