Enum sam4l::usart::USARTStateRX
[−]
[src]
pub enum USARTStateRX { Idle, DMA_Receiving, }
Variants
Idle
DMA_Receiving
Trait Implementations
impl Copy for USARTStateRX
[src]
impl Clone for USARTStateRX
[src]
fn clone(&self) -> USARTStateRX
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more