Enum Rxrtse
pub enum Rxrtse {
_0 = 0,
}Expand description
Receiver request-to-send enable
Value on reset: 0
Variants§
_0 = 0
0: The receiver has no effect on RTS.
Trait Implementations§
impl Copy for Rxrtse
impl Eq for Rxrtse
impl StructuralPartialEq for Rxrtse
Auto Trait Implementations§
impl Freeze for Rxrtse
impl RefUnwindSafe for Rxrtse
impl Send for Rxrtse
impl Sync for Rxrtse
impl Unpin for Rxrtse
impl UnwindSafe for Rxrtse
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