pub enum Target {
Show 73 variants P2, KATMAI, COPPERMINE, NORTHWOOD, PRESCOTT, BANIAS, YONAH, CORE2, PENRYN, DUNNINGTON, NEHALEM, SANDYBRIDGE, HASWELL, SKYLAKEX, ATOM, ATHLON, OPTERON, OPTERON_SSE3, BARCELONA, SHANGHAI, ISTANBUL, BOBCAT, BULLDOZER, PILEDRIVER, STEAMROLLER, EXCAVATOR, ZEN, SSE_GENERIC, VIAC3, NANO, POWER4, POWER5, POWER6, POWER7, POWER8, POWER9, PPCG4, PPC970, PPC970MP, PPC440, PPC440FP2, CELL, P5600, MIPS1004K, MIPS24K, SICORTEX, LOONGSON3A, LOONGSON3B, I6400, P6600, I6500, ITANIUM2, SPARC, SPARCV7, CORTEXA15, CORTEXA9, ARMV7, ARMV6, ARMV5, ARMV8, CORTEXA53, CORTEXA57, CORTEXA72, CORTEXA73, NEOVERSEN1, EMAG8180, FALKOR, THUNDERX, THUNDERX2T99, TSV110, ZARCH_GENERIC, Z13, Z14,
}
Expand description

CPU list in TargetList

Variants

P2

KATMAI

COPPERMINE

NORTHWOOD

PRESCOTT

BANIAS

YONAH

CORE2

PENRYN

DUNNINGTON

NEHALEM

SANDYBRIDGE

HASWELL

SKYLAKEX

ATOM

ATHLON

OPTERON

OPTERON_SSE3

BARCELONA

SHANGHAI

ISTANBUL

BOBCAT

BULLDOZER

PILEDRIVER

STEAMROLLER

EXCAVATOR

ZEN

SSE_GENERIC

VIAC3

NANO

POWER4

POWER5

POWER6

POWER7

POWER8

POWER9

PPCG4

PPC970

PPC970MP

PPC440

PPC440FP2

CELL

P5600

MIPS1004K

MIPS24K

SICORTEX

LOONGSON3A

LOONGSON3B

I6400

P6600

I6500

ITANIUM2

SPARC

SPARCV7

CORTEXA15

CORTEXA9

ARMV7

ARMV6

ARMV5

ARMV8

CORTEXA53

CORTEXA57

CORTEXA72

CORTEXA73

NEOVERSEN1

EMAG8180

FALKOR

THUNDERX

THUNDERX2T99

TSV110

ZARCH_GENERIC

Z13

Z14

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

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.