pub enum MODFR {
NoFault = 0,
Fault = 1,
}
Expand description
Mode fault
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for MODFR
impl Eq for MODFR
impl StructuralPartialEq for MODFR
Auto Trait Implementations§
impl Freeze for MODFR
impl RefUnwindSafe for MODFR
impl Send for MODFR
impl Sync for MODFR
impl Unpin for MODFR
impl UnwindSafe for MODFR
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