pub enum CacheLocation {
Internal,
External,
Reserved,
Unknown,
}
Expand description
§System Cache Location (relative to the CPU module)
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 for CacheLocation
impl PartialEq for CacheLocation
Source§impl Serialize for CacheLocation
impl Serialize for CacheLocation
impl Eq for CacheLocation
impl StructuralPartialEq for CacheLocation
Auto Trait Implementations§
impl Freeze for CacheLocation
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