pub enum UartRx {
Clear,
Keep,
}Variants§
Trait Implementations§
impl Copy for UartRx
impl Eq for UartRx
impl StructuralPartialEq for UartRx
Auto Trait Implementations§
impl Freeze for UartRx
impl RefUnwindSafe for UartRx
impl Send for UartRx
impl Sync for UartRx
impl Unpin for UartRx
impl UnwindSafe for UartRx
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