pub enum USARTStateRX {
Idle,
DMA_Receiving,
}
Variants§
Trait Implementations§
Source§impl Clone for USARTStateRX
impl Clone for USARTStateRX
Source§fn clone(&self) -> USARTStateRX
fn clone(&self) -> USARTStateRX
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for USARTStateRX
impl PartialEq for USARTStateRX
impl Copy for USARTStateRX
impl StructuralPartialEq for USARTStateRX
Auto Trait Implementations§
impl Freeze for USARTStateRX
impl RefUnwindSafe for USARTStateRX
impl Send for USARTStateRX
impl Sync for USARTStateRX
impl Unpin for USARTStateRX
impl UnwindSafe for USARTStateRX
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