pub enum LBAFormatType {
Show 16 variants
LBAFormat0,
LBAFormat1,
LBAFormat2,
LBAFormat3,
LBAFormat4,
LBAFormat5,
LBAFormat6,
LBAFormat7,
LBAFormat8,
LBAFormat9,
LBAFormat10,
LBAFormat11,
LBAFormat12,
LBAFormat13,
LBAFormat14,
LBAFormat15,
}
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.
Trait Implementations§
Source§impl Clone for LBAFormatType
impl Clone for LBAFormatType
Source§fn clone(&self) -> LBAFormatType
fn clone(&self) -> LBAFormatType
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
source
. Read more