pub struct Comp1InP;
Expand description
Comparator 1 positive input used as positive input for Comparator 2. Used to implement window comparator mode.
Trait Implementations§
impl Copy for Comp1InP
impl Eq for Comp1InP
impl StructuralPartialEq for Comp1InP
Auto Trait Implementations§
impl Freeze for Comp1InP
impl RefUnwindSafe for Comp1InP
impl Send for Comp1InP
impl Sync for Comp1InP
impl Unpin for Comp1InP
impl UnwindSafe for Comp1InP
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