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§
source§impl Debug for SystemCacheType
impl Debug for SystemCacheType
source§impl PartialEq<SystemCacheType> for SystemCacheType
impl PartialEq<SystemCacheType> for SystemCacheType
source§fn eq(&self, other: &SystemCacheType) -> bool
fn eq(&self, other: &SystemCacheType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more