Enum Fpviol
pub enum Fpviol {
_0 = 0,
_1 = 1,
}Expand description
Flash Protection Violation Flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Fpviol
impl Eq for Fpviol
impl StructuralPartialEq for Fpviol
Auto Trait Implementations§
impl Freeze for Fpviol
impl RefUnwindSafe for Fpviol
impl Send for Fpviol
impl Sync for Fpviol
impl Unpin for Fpviol
impl UnwindSafe for Fpviol
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