Enum Ecpr
pub enum Ecpr {
_0 = 0,
_1 = 1,
}Expand description
Enable Cache Parity Reporting
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Ecpr
impl Eq for Ecpr
impl StructuralPartialEq for Ecpr
Auto Trait Implementations§
impl Freeze for Ecpr
impl RefUnwindSafe for Ecpr
impl Send for Ecpr
impl Sync for Ecpr
impl Unpin for Ecpr
impl UnwindSafe for Ecpr
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