#[repr(u8)]pub enum Prefovr {
NORMAL = 0,
OVERRIDE = 1,
}Variants§
NORMAL = 0
Any previously initiated prefetch will be completed.
OVERRIDE = 1
Any previously initiated prefetch will be aborted, and the next flash line following the current execution address will be prefetched if not already buffered.
Implementations§
Trait Implementations§
Source§impl Ord for Prefovr
impl Ord for Prefovr
Source§impl PartialOrd for Prefovr
impl PartialOrd for Prefovr
impl Copy for Prefovr
impl Eq for Prefovr
impl StructuralPartialEq for Prefovr
Auto Trait Implementations§
impl Freeze for Prefovr
impl RefUnwindSafe for Prefovr
impl Send for Prefovr
impl Sync for Prefovr
impl Unpin for Prefovr
impl UnwindSafe for Prefovr
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