#[repr(u64)]
pub enum Value {
Show 14 variants Reserved, Ampere, Arm, Broadcom, Cavium, DigitalEquipment, Fujitsu, Infineon, MotorolaOrFreescale, NVIDIA, AppliedMicroCircuits, Qualcomm, Marvell, Intel,
}
Expand description

The Implementer code. This field must hold an implementer code that has been assigned by Arm. Assigned codes include the following:

Hex representation Implementer 0x00 Reserved for software use 0xC0 Ampere Computing 0x41 Arm Limited 0x42 Broadcom Corporation 0x43 Cavium Inc. 0x44 Digital Equipment Corporation 0x46 Fujitsu Ltd. 0x49 Infineon Technologies AG 0x4D Motorola or Freescale Semiconductor Inc. 0x4E NVIDIA Corporation 0x50 Applied Micro Circuits Corporation 0x51 Qualcomm Inc. 0x56 Marvell International Ltd. 0x69 Intel Corporation

Arm can assign codes that are not published in this manual. All values not assigned by Arm are reserved and must not be used.

Variants

Reserved

Ampere

Arm

Broadcom

Cavium

DigitalEquipment

Fujitsu

Infineon

MotorolaOrFreescale

NVIDIA

AppliedMicroCircuits

Qualcomm

Marvell

Intel

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Converts to this type from the input type.
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. 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.