[−][src]Struct mynewt::kernel::os::os_task_info
Information about an individual task, returned for management APIs.
Fields
oti_prio: u8
Task priority
oti_taskid: u8
Task identifier
oti_state: u8
Task state, either READY or SLEEP
oti_stkusage: u16
Task stack usage
oti_stksize: u16
Task stack size
oti_cswcnt: u32
Task context switch count
oti_runtime: u32
Task runtime
oti_last_checkin: os_time_t
Last time this task checked in with sanity
oti_next_checkin: os_time_t
Next time this task is scheduled to check-in with sanity
oti_name: [c_char; 32]
Name of this task
Trait Implementations
impl Default for os_task_info
[src]
fn default() -> os_task_info
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,