Enum freertos_rs::TaskPriority [] [src]

pub enum TaskPriority {
    BelowNormal,
    Normal,
    AboveNormal,
    High,
}

Task's execution priority

Variants

Trait Implementations

impl Debug for TaskPriority
[src]

Formats the value using the given formatter.

impl Copy for TaskPriority
[src]

impl Clone for TaskPriority
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more