pub struct PRFTEN_R(/* private fields */);
Expand description
Field PRFTEN
reader - Prefetch enable
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PRFTEN_R
impl RefUnwindSafe for PRFTEN_R
impl Send for PRFTEN_R
impl Sync for PRFTEN_R
impl Unpin for PRFTEN_R
impl UnwindSafe for PRFTEN_R
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