pub enum Cached {
Yes,
No,
}Expand description
Whether an access goes through the caches.
Not yet consumed: the I- and D-caches are Sprint 2 work. It is returned now because the segment determines it, and recomputing that later from a physical address is impossible — the information is gone once KSEG0 and KSEG1 have both become the same number.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Cached
impl<'de> Deserialize<'de> for Cached
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for Cached
impl Eq for Cached
impl StructuralPartialEq for Cached
Auto Trait Implementations§
impl Freeze for Cached
impl RefUnwindSafe for Cached
impl Send for Cached
impl Sync for Cached
impl Unpin for Cached
impl UnsafeUnpin for Cached
impl UnwindSafe for Cached
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