#[repr(u8)]pub enum Oesel {
STANDARD = 0,
RS_485 = 1,
}Variants§
STANDARD = 0
Standard. The RTS signal is used as the standard flow control function.
RS_485 = 1
RS-485. The RTS signal configured to provide an output enable signal to control an RS-485 transceiver.
Implementations§
Trait Implementations§
Source§impl Ord for Oesel
impl Ord for Oesel
Source§impl PartialOrd for Oesel
impl PartialOrd for Oesel
impl Copy for Oesel
impl Eq for Oesel
impl StructuralPartialEq for Oesel
Auto Trait Implementations§
impl Freeze for Oesel
impl RefUnwindSafe for Oesel
impl Send for Oesel
impl Sync for Oesel
impl Unpin for Oesel
impl UnwindSafe for Oesel
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