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