pub enum REV_OUT {
Normal = 0,
Reversed = 1,
}
Expand description
Reverse output data
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for REV_OUT
impl Eq for REV_OUT
impl StructuralPartialEq for REV_OUT
Auto Trait Implementations§
impl Freeze for REV_OUT
impl RefUnwindSafe for REV_OUT
impl Send for REV_OUT
impl Sync for REV_OUT
impl Unpin for REV_OUT
impl UnwindSafe for REV_OUT
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