Enum sam4l::helpers::Task  
                   
                       [−]
                   
               [src]
pub enum Task {
    Flashcalw,
}A type of task to defer a call for
Variants
Flashcalw
            Trait Implementations
impl Copy for Task[src]
impl Clone for Task[src]
fn clone(&self) -> Task[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