pub enum PRFTEN {
Disabled = 0,
Enabled = 1,
}
Expand description
Prefetch enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PRFTEN
impl Eq for PRFTEN
impl StructuralPartialEq for PRFTEN
Auto Trait Implementations§
impl Freeze for PRFTEN
impl RefUnwindSafe for PRFTEN
impl Send for PRFTEN
impl Sync for PRFTEN
impl Unpin for PRFTEN
impl UnwindSafe for PRFTEN
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