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
sourceimpl Debug for CacheLocation
impl Debug for CacheLocation
sourceimpl PartialEq<CacheLocation> for CacheLocation
impl PartialEq<CacheLocation> for CacheLocation
sourceimpl 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
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