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 CacheLocation
impl Send for CacheLocation
impl Sync for CacheLocation
impl Unpin for CacheLocation
impl UnwindSafe for CacheLocation