#[repr(u8)]pub enum NonInvertingInput {
Io1 = 0,
Io2 = 1,
}
Expand description
Comparator input plus (Non-inverting Input)
Variants§
Trait Implementations§
Source§impl Clone for NonInvertingInput
impl Clone for NonInvertingInput
Source§fn clone(&self) -> NonInvertingInput
fn clone(&self) -> NonInvertingInput
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for NonInvertingInput
Auto Trait Implementations§
impl Freeze for NonInvertingInput
impl RefUnwindSafe for NonInvertingInput
impl Send for NonInvertingInput
impl Sync for NonInvertingInput
impl Unpin for NonInvertingInput
impl UnwindSafe for NonInvertingInput
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