pub enum SystemCacheType {
Other,
Unknown,
Instruction,
Data,
Unified,
None,
}
Expand description
§System Cache Type
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 for SystemCacheType
impl PartialEq for SystemCacheType
Source§impl Serialize for SystemCacheType
impl Serialize for SystemCacheType
impl Eq for SystemCacheType
impl StructuralPartialEq for SystemCacheType
Auto Trait Implementations§
impl Freeze for SystemCacheType
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