pub enum TXINVW {
STANDARD,
INVERTED,
}
Expand description
Values that can be written to the field TXINV
Variants§
STANDARD
TX pin signal works using the standard logic levels
INVERTED
TX pin signal values are inverted
Auto Trait Implementations§
impl Freeze for TXINVW
impl RefUnwindSafe for TXINVW
impl Send for TXINVW
impl Sync for TXINVW
impl Unpin for TXINVW
impl UnwindSafe for TXINVW
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