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