Enum smbioslib::SystemCacheType [−][src]
pub enum SystemCacheType { Other, Unknown, Instruction, Data, Unified, None, }
Expand description
Variants
Other
Unknown
Instruction
Data
Unified
A value unknown to this standard, check the raw value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SystemCacheType
impl Send for SystemCacheType
impl Sync for SystemCacheType
impl Unpin for SystemCacheType
impl UnwindSafe for SystemCacheType