Struct dji_onboard::Task [] [src]

pub struct Task {
    pub cmd: Command,
    pub execute_at: Option<Instant>,
    pub retry: isize,
    pub timeout: Duration,
    pub oneway: bool,
    pub auto: bool,
    pub dead: bool,
}

Fields

Methods

impl Task
[src]

Trait Implementations

impl Clone for Task
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Task
[src]

Formats the value using the given formatter.