pub enum IR_INVERSE_A {
INVERSE = 1,
NO_INVERSE = 0,
}
Expand description
Inverse transmit signal output in IR mode
Value on reset: 0
Variants§
INVERSE = 1
1: Inverse transmit input in IR mode
NO_INVERSE = 0
0: Don’t inverse transmit input in IR mode
Trait Implementations§
Source§impl Clone for IR_INVERSE_A
impl Clone for IR_INVERSE_A
Source§fn clone(&self) -> IR_INVERSE_A
fn clone(&self) -> IR_INVERSE_A
Returns a copy 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 IR_INVERSE_A
impl Debug for IR_INVERSE_A
Source§impl From<IR_INVERSE_A> for bool
impl From<IR_INVERSE_A> for bool
Source§fn from(variant: IR_INVERSE_A) -> Self
fn from(variant: IR_INVERSE_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for IR_INVERSE_A
impl PartialEq for IR_INVERSE_A
impl Copy for IR_INVERSE_A
impl Eq for IR_INVERSE_A
impl StructuralPartialEq for IR_INVERSE_A
Auto Trait Implementations§
impl Freeze for IR_INVERSE_A
impl RefUnwindSafe for IR_INVERSE_A
impl Send for IR_INVERSE_A
impl Sync for IR_INVERSE_A
impl Unpin for IR_INVERSE_A
impl UnwindSafe for IR_INVERSE_A
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