pub enum MemoryArrayLocation {
Show 16 variants Other, Unknown, SystemBoardOrMotherboard, IsaAddOnCard, EisaAddOnCard, PciAddOnCard, McaAddOnCard, PcmciaAddOnCard, ProprietaryAddOnCard, NuBus, PC98C20AddOnCard, PC98C24AddOnCard, PC98EAddOnCard, PC98LocalBusAddOnCard, CxlFlexbus10AddOnCard, None,
}
Expand description

Variants

Other

Other

Unknown

Unknown

SystemBoardOrMotherboard

System board or motherboard

IsaAddOnCard

ISA add-on card

EisaAddOnCard

EISA add-on card

PciAddOnCard

PCI add-on card

McaAddOnCard

MCA add-on card

PcmciaAddOnCard

PCMCIA add-on card

ProprietaryAddOnCard

Proprietary add-on card

NuBus

NuBus

PC98C20AddOnCard

PC-98/C20 add-on card

PC98C24AddOnCard

PC-98/C24 add-on card

PC98EAddOnCard

PC-98/E add-on card

PC98LocalBusAddOnCard

PC-98/Local bus add-on card

CxlFlexbus10AddOnCard

CXL add-on card

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.