Enum Invt
pub enum Invt {
_0 = 0,
_1 = 1,
}Expand description
Comparator invert
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Invt
impl Eq for Invt
impl StructuralPartialEq for Invt
Auto Trait Implementations§
impl Freeze for Invt
impl RefUnwindSafe for Invt
impl Send for Invt
impl Sync for Invt
impl Unpin for Invt
impl UnwindSafe for Invt
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