Enum dji_onboard::TaskType [] [src]

pub enum TaskType {
    Simple(Task),
    Sleep {
        start_at: Option<Instant>,
        elapsed: Duration,
        dead: bool,
    },
}

Variants

Fields of Sleep

Methods

impl TaskType
[src]

Trait Implementations

impl Debug for TaskType
[src]

Formats the value using the given formatter.

impl Clone for TaskType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more