pub enum FormFactor {
Show 16 variants
Drive35,
Drive25,
EDSFF1ULong,
EDSFF1UShort,
EDSFFE3Short,
EDSFFE3Long,
M22230,
M22242,
M22260,
M22280,
M222110,
U2,
PCIeSlotFullLength,
PCIeSlotLowProfile,
PCIeHalfLength,
OEM,
}
Variants§
Drive35
This value shall indicate the drive is approximately 3.5 inches in width and no more than 1.1 inches in height.
Drive25
This value shall indicate the drive is approximately 2.5 inches in width and no more than 0.8 inches in height and is not a U.2 drive.
EDSFF1ULong
This value shall indicate the drive corresponds to the SFF-TA-1007 Specification.
EDSFF1UShort
This value shall indicate the drive corresponds to the SFF-TA-1006 Specification.
EDSFFE3Short
This value shall indicate the drive corresponds to the SFF-TA-1008 Specification and is approximately 112.75mm in length.
EDSFFE3Long
This value shall indicate the drive corresponds to the SFF-TA-1008 Specification and is approximately 142.2mm in length.
M22230
This value shall indicate the drive corresponds to the PCI Express M.2 Specification and is approximately 22mm in width and 30mm in length.
M22242
This value shall indicate the drive corresponds to the PCI Express M.2 Specification and is approximately 22mm in width and 42mm in length.
M22260
This value shall indicate the drive corresponds to the PCI Express M.2 Specification and is approximately 22mm in width and 60mm in length.
M22280
This value shall indicate the drive corresponds to the PCI Express M.2 Specification and is approximately 22mm in width and 80mm in length.
M222110
This value shall indicate the drive corresponds to the PCI Express M.2 Specification and is approximately 22mm in width and 110mm in length.
U2
This value shall indicate the drive corresponds to the PCI Express SFF-8639 Module Specification.
PCIeSlotFullLength
This value shall indicate the drive is an add in card greater than 7 inches in length.
PCIeSlotLowProfile
This value shall indicate the drive is an add in card less than 2.5 inches in height.
PCIeHalfLength
This value shall indicate the drive is an add in card less than 7 inches in length.
OEM
This value shall indicate the drive is an OEM-defined form factor.
Trait Implementations§
Source§impl Clone for FormFactor
impl Clone for FormFactor
Source§fn clone(&self) -> FormFactor
fn clone(&self) -> FormFactor
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
source
. Read more