pub enum RXDM {
Received = 1,
}
Expand description
Receive data - line status
Value on reset: 0
Variants§
Received = 1
1: received data minus upstream port data line
Trait Implementations§
impl Copy for RXDM
impl Eq for RXDM
impl StructuralPartialEq for RXDM
Auto Trait Implementations§
impl Freeze for RXDM
impl RefUnwindSafe for RXDM
impl Send for RXDM
impl Sync for RXDM
impl Unpin for RXDM
impl UnwindSafe for RXDM
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