Struct freertos_rs::TaskPriority [] [src]

pub struct TaskPriority(pub u8);

Task's execution priority. Low priority numbers denote low priority tasks.

Trait Implementations

impl Debug for TaskPriority
[src]

[src]

Formats the value using the given formatter.

impl Copy for TaskPriority
[src]

impl Clone for TaskPriority
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more