Enum Daccviol
pub enum Daccviol {
_0 = 0,
_1 = 1,
}Expand description
Data access violation flag
Value on reset: 0
Variants§
_0 = 0
0: no data access violation fault
_1 = 1
1: the processor attempted a load or store at a location that does not permit the operation
Trait Implementations§
impl Copy for Daccviol
impl Eq for Daccviol
impl StructuralPartialEq for Daccviol
Auto Trait Implementations§
impl Freeze for Daccviol
impl RefUnwindSafe for Daccviol
impl Send for Daccviol
impl Sync for Daccviol
impl Unpin for Daccviol
impl UnwindSafe for Daccviol
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