pub enum REV_OUT_AW {
Normal = 0,
Reversed = 1,
}Expand description
Reverse output data
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for REV_OUT_AW
impl Clone for REV_OUT_AW
Source§fn clone(&self) -> REV_OUT_AW
fn clone(&self) -> REV_OUT_AW
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for REV_OUT_AW
impl Debug for REV_OUT_AW
Source§impl PartialEq for REV_OUT_AW
impl PartialEq for REV_OUT_AW
impl Copy for REV_OUT_AW
impl StructuralPartialEq for REV_OUT_AW
Auto Trait Implementations§
impl Freeze for REV_OUT_AW
impl RefUnwindSafe for REV_OUT_AW
impl Send for REV_OUT_AW
impl Sync for REV_OUT_AW
impl Unpin for REV_OUT_AW
impl UnwindSafe for REV_OUT_AW
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