Enum Innsel
#[repr(u8)]pub enum Innsel {
_00 = 0,
_01 = 1,
}Expand description
Selection of the input to the negative port of the comparator
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Innsel
impl Eq for Innsel
impl IsEnum for Innsel
impl StructuralPartialEq for Innsel
Auto Trait Implementations§
impl Freeze for Innsel
impl RefUnwindSafe for Innsel
impl Send for Innsel
impl Sync for Innsel
impl Unpin for Innsel
impl UnwindSafe for Innsel
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