Enum smbioslib::MemoryDeviceType[][src]

pub enum MemoryDeviceType {
Show variants Other, Unknown, Dram, Edram, Vram, Sram, Ram, Rom, Flash, Eeprom, Feprom, Eprom, Cdram, ThreeDram, Sdram, Sgram, Rdram, Ddr, Ddr2, Ddr2Fbdimm, Ddr3, Fbd2, Ddr4, Lpddr, Lpddr2, Lpddr3, Lpddr4, LogicalNonVolatileDevice, Hbm, Hbm2, Ddr5, Lpddr5, None,
}
Expand description

Variants

Other

Other

Unknown

Unknown

Dram

DRAM

Edram

EDRAM

Vram

VRAM

Sram

SRAM

Ram

RAM

Rom

ROM

Flash

FLASH

Eeprom

EEPROM

Feprom

FEPROM

Eprom

EPROM

Cdram

CDRAM

ThreeDram

3DRAM

Sdram

SDRAM

Sgram

SGRAM

Rdram

RDRAM

Ddr

DDR

Ddr2

DDR2

Ddr2Fbdimm

DDR2 FB-DIMM

Ddr3

DDR3

Fbd2

FBD2

Ddr4

DDR4

Lpddr

LPDDR

Lpddr2

LPDDR2

Lpddr3

LPDDR3

Lpddr4

LPDDR4

LogicalNonVolatileDevice

Logical non-volatile device

Hbm

HBM (High Bandwidth Memory)

Hbm2

HBM2 (High Bandwidth Memory Generation 2)

Ddr5

DDR5

Lpddr5

LPDDR5

None

A value unknown to this standard, check the raw value

Trait Implementations

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.