pub enum ComparatorPolarity {
ActiveLow,
ActiveHigh,
}Variants§
Trait Implementations§
Source§impl Debug for ComparatorPolarity
impl Debug for ComparatorPolarity
Auto Trait Implementations§
impl Freeze for ComparatorPolarity
impl RefUnwindSafe for ComparatorPolarity
impl Send for ComparatorPolarity
impl Sync for ComparatorPolarity
impl Unpin for ComparatorPolarity
impl UnwindSafe for ComparatorPolarity
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