Struct flipper0::ffi::xTASK_STATUS

source ·
pub struct xTASK_STATUS {
    pub xHandle: *mut tskTaskControlBlock,
    pub pcTaskName: *const i8,
    pub xTaskNumber: u32,
    pub eCurrentState: eTaskState,
    pub uxCurrentPriority: u32,
    pub uxBasePriority: u32,
    pub ulRunTimeCounter: u32,
    pub pxStackBase: *mut u32,
    pub usStackHighWaterMark: u16,
}

Fields

xHandle: *mut tskTaskControlBlockpcTaskName: *const i8xTaskNumber: u32eCurrentState: eTaskStateuxCurrentPriority: u32uxBasePriority: u32ulRunTimeCounter: u32pxStackBase: *mut u32usStackHighWaterMark: u16

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.