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