Enum smbioslib::CacheLocation [−][src]
pub enum CacheLocation {
Internal,
External,
Reserved,
Unknown,
}Expand description
Variants
Internal to the CPU
External to the CPU
Reserved
Location Unknown
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CacheLocationimpl Send for CacheLocationimpl Sync for CacheLocationimpl Unpin for CacheLocationimpl UnwindSafe for CacheLocation