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