Enum smbioslib::CacheAssociativity[][src]

pub enum CacheAssociativity {
Show variants Other, Unknown, DirectMapped, SetAssociative2Way, SetAssociative4Way, FullyAssociative, SetAssociative8Way, SetAssociative16Way, SetAssociative12Way, SetAssociative24Way, SetAssociative32Way, SetAssociative48Way, SetAssociative64Way, SetAssociative20Way, None,
}
Expand description

Variants

Other

Other

Unknown

Unknown

DirectMapped

Direct Mapped

SetAssociative2Way

2-way Set-Associative

SetAssociative4Way

4-way Set-Associative

FullyAssociative

Fully Associative

SetAssociative8Way

8-way Set-Associative

SetAssociative16Way

16-way Set-Associative

SetAssociative12Way

12-way Set-Associative

SetAssociative24Way

24-way Set-Associative

SetAssociative32Way

32-way Set-Associative

SetAssociative48Way

48-way Set-Associative

SetAssociative64Way

64-way Set-Associative

SetAssociative20Way

20-way Set-Associative

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.