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