pub enum COMP2POL {
NotInverted = 0,
Inverted = 1,
}
Expand description
Comparator 2 output polarity
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for COMP2POL
impl Eq for COMP2POL
impl StructuralPartialEq for COMP2POL
Auto Trait Implementations§
impl Freeze for COMP2POL
impl RefUnwindSafe for COMP2POL
impl Send for COMP2POL
impl Sync for COMP2POL
impl Unpin for COMP2POL
impl UnwindSafe for COMP2POL
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