Enum Iaccviol
pub enum Iaccviol {
_0 = 0,
_1 = 1,
}Expand description
Instruction access violation flag
Value on reset: 0
Variants§
_0 = 0
0: no instruction access violation fault
_1 = 1
1: the processor attempted an instruction fetch from a location that does not permit execution
Trait Implementations§
impl Copy for Iaccviol
impl Eq for Iaccviol
impl StructuralPartialEq for Iaccviol
Auto Trait Implementations§
impl Freeze for Iaccviol
impl RefUnwindSafe for Iaccviol
impl Send for Iaccviol
impl Sync for Iaccviol
impl Unpin for Iaccviol
impl UnwindSafe for Iaccviol
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