Enum smbioslib::SystemCacheType
source · [−]pub enum SystemCacheType {
Other,
Unknown,
Instruction,
Data,
Unified,
None,
}
Expand description
Variants
Other
Other
Unknown
Unknown
Instruction
Instruction
Data
Data
Unified
Unified
None
A value unknown to this standard, check the raw value
Trait Implementations
sourceimpl Debug for SystemCacheType
impl Debug for SystemCacheType
sourceimpl PartialEq<SystemCacheType> for SystemCacheType
impl PartialEq<SystemCacheType> for SystemCacheType
sourceimpl Serialize for SystemCacheType
impl Serialize for SystemCacheType
impl Eq for SystemCacheType
impl StructuralEq for SystemCacheType
impl StructuralPartialEq for SystemCacheType
Auto Trait Implementations
impl RefUnwindSafe for SystemCacheType
impl Send for SystemCacheType
impl Sync for SystemCacheType
impl Unpin for SystemCacheType
impl UnwindSafe for SystemCacheType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more