pub enum DFM {
Disabled = 0,
Enabled = 1,
}
Expand description
Dual-flash mode
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for DFM
impl Eq for DFM
impl StructuralPartialEq for DFM
Auto Trait Implementations§
impl Freeze for DFM
impl RefUnwindSafe for DFM
impl Send for DFM
impl Sync for DFM
impl Unpin for DFM
impl UnwindSafe for DFM
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