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