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