#[repr(u8)]pub enum Loops {
NOFFECT = 0,
LOOPBACK = 1,
}Variants§
NOFFECT = 0
Normal operation: RXD and TXD use separate pins
LOOPBACK = 1
Loop mode or Single-Wire mode
Implementations§
Trait Implementations§
Source§impl Ord for Loops
impl Ord for Loops
Source§impl PartialOrd for Loops
impl PartialOrd for Loops
impl Copy for Loops
impl Eq for Loops
impl StructuralPartialEq for Loops
Auto Trait Implementations§
impl Freeze for Loops
impl RefUnwindSafe for Loops
impl Send for Loops
impl Sync for Loops
impl Unpin for Loops
impl UnwindSafe for Loops
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