pub enum COMP2VALUER {
NotEqual = 0,
Equal = 1,
}
Expand description
Comparator 2 output status bit
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for COMP2VALUER
impl Clone for COMP2VALUER
Source§fn clone(&self) -> COMP2VALUER
fn clone(&self) -> COMP2VALUER
Returns a duplicate 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 moreSource§impl Debug for COMP2VALUER
impl Debug for COMP2VALUER
Source§impl Format for COMP2VALUER
impl Format for COMP2VALUER
Source§impl From<COMP2VALUER> for bool
impl From<COMP2VALUER> for bool
Source§fn from(variant: COMP2VALUER) -> Self
fn from(variant: COMP2VALUER) -> Self
Converts to this type from the input type.
Source§impl PartialEq for COMP2VALUER
impl PartialEq for COMP2VALUER
impl Copy for COMP2VALUER
impl Eq for COMP2VALUER
impl StructuralPartialEq for COMP2VALUER
Auto Trait Implementations§
impl Freeze for COMP2VALUER
impl RefUnwindSafe for COMP2VALUER
impl Send for COMP2VALUER
impl Sync for COMP2VALUER
impl Unpin for COMP2VALUER
impl UnwindSafe for COMP2VALUER
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