Enum smbioslib::CacheLocation
source · pub enum CacheLocation {
Internal,
External,
Reserved,
Unknown,
}
Expand description
Variants§
Internal
Internal to the CPU
External
External to the CPU
Reserved
Reserved
Unknown
Location Unknown
Trait Implementations§
source§impl Debug for CacheLocation
impl Debug for CacheLocation
source§impl PartialEq<CacheLocation> for CacheLocation
impl PartialEq<CacheLocation> for CacheLocation
source§fn eq(&self, other: &CacheLocation) -> bool
fn eq(&self, other: &CacheLocation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for CacheLocation
impl Serialize for CacheLocation
impl Eq for CacheLocation
impl StructuralEq for CacheLocation
impl StructuralPartialEq for CacheLocation
Auto Trait Implementations§
impl RefUnwindSafe for CacheLocation
impl Send for CacheLocation
impl Sync for CacheLocation
impl Unpin for CacheLocation
impl UnwindSafe for CacheLocation
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