pub enum HDSEL {
NotSelected = 0,
Selected = 1,
}
Expand description
Half-duplex selection
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for HDSEL
impl Eq for HDSEL
impl StructuralPartialEq for HDSEL
Auto Trait Implementations§
impl Freeze for HDSEL
impl RefUnwindSafe for HDSEL
impl Send for HDSEL
impl Sync for HDSEL
impl Unpin for HDSEL
impl UnwindSafe for HDSEL
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