Enum sam4l::usart::USARTStateTX
[−]
[src]
pub enum USARTStateTX {
Idle,
DMA_Transmitting,
Transfer_Completing,
}Variants
IdleDMA_TransmittingTransfer_Completing
Trait Implementations
impl Copy for USARTStateTX[src]
impl Clone for USARTStateTX[src]
fn clone(&self) -> USARTStateTX[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