Enum sam4l::flashcalw::Speed
[−]
[src]
pub enum Speed { Standard, HighSpeed, }
The two Flash speeds.
Variants
Standard
HighSpeed
Trait Implementations
impl Clone for Speed
[src]
fn clone(&self) -> Speed
[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