pub enum USARTStateTX {
Idle,
DMA_Transmitting,
Transfer_Completing,
}
Variants§
Trait Implementations§
Source§impl Clone for USARTStateTX
impl Clone for USARTStateTX
Source§fn clone(&self) -> USARTStateTX
fn clone(&self) -> USARTStateTX
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 USARTStateTX
impl PartialEq for USARTStateTX
impl Copy for USARTStateTX
impl StructuralPartialEq for USARTStateTX
Auto Trait Implementations§
impl Freeze for USARTStateTX
impl RefUnwindSafe for USARTStateTX
impl Send for USARTStateTX
impl Sync for USARTStateTX
impl Unpin for USARTStateTX
impl UnwindSafe for USARTStateTX
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