Enum sam4l::helpers::Task [] [src]

pub enum Task {
    Flashcalw,
}

A type of task to defer a call for

Variants

Trait Implementations

impl Copy for Task
[src]

impl Clone for Task
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl TryFrom<usize> for Task
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

[src]

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.