pub enum Halloc {
Low = 0,
High = 1,
}Expand description
Enable Handler Allocation
Value on reset: 0
Variants§
Low = 0
0: All incoming handler code fetches are not allocated a cache line if a miss occurs
High = 1
1: Handler code access is treated like any other code access arriving at its interface
Trait Implementations§
impl Copy for Halloc
impl Eq for Halloc
impl StructuralPartialEq for Halloc
Auto Trait Implementations§
impl Freeze for Halloc
impl RefUnwindSafe for Halloc
impl Send for Halloc
impl Sync for Halloc
impl Unpin for Halloc
impl UnwindSafe for Halloc
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