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