Struct freertos_rs::FreeRtosSchedulerState [] [src]

pub struct FreeRtosSchedulerState {
    pub tasks: Vec<FreeRtosTaskStatus>,
    pub total_run_time: u32,
}

Fields

Trait Implementations

impl Debug for FreeRtosSchedulerState
[src]

[src]

Formats the value using the given formatter.

impl Display for FreeRtosSchedulerState
[src]

[src]

Formats the value using the given formatter. Read more