Enum stm32f103xx_hal::dma::Half
[−]
[src]
pub enum Half { First, Second, }
Variants
First
Second
Trait Implementations
impl Clone for Half
[src]
fn clone(&self) -> Half
[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