pub enum BIDIMODEW {
UNIDIRECTIONAL,
BIDIRECTIONAL,
}
Expand description
Values that can be written to the field BIDIMODE
Variants§
UNIDIRECTIONAL
2-line unidirectional data mode selected
BIDIRECTIONAL
1-line bidirectional data mode selected
Auto Trait Implementations§
impl Freeze for BIDIMODEW
impl RefUnwindSafe for BIDIMODEW
impl Send for BIDIMODEW
impl Sync for BIDIMODEW
impl Unpin for BIDIMODEW
impl UnwindSafe for BIDIMODEW
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