#[repr(u8)]pub enum InvertingInput {
OneQuarterVref = 0,
OneHalfVref = 1,
ThreeQuarterVref = 2,
Vref = 3,
Dac1 = 4,
Dac2 = 5,
Io1 = 6,
Io2 = 7,
}
Expand description
Comparator input minus (Inverted Input)
Variants§
Trait Implementations§
Source§impl Clone for InvertingInput
impl Clone for InvertingInput
Source§fn clone(&self) -> InvertingInput
fn clone(&self) -> InvertingInput
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 InvertingInput
Auto Trait Implementations§
impl Freeze for InvertingInput
impl RefUnwindSafe for InvertingInput
impl Send for InvertingInput
impl Sync for InvertingInput
impl Unpin for InvertingInput
impl UnwindSafe for InvertingInput
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