[−][src]Struct mynewt::kernel::os::os_task_info
Information about an individual task, returned for management APIs.
Fields
oti_prio: u8Task priority
oti_taskid: u8Task identifier
oti_state: u8Task state, either READY or SLEEP
oti_stkusage: u16Task stack usage
oti_stksize: u16Task stack size
oti_cswcnt: u32Task context switch count
oti_runtime: u32Task runtime
oti_last_checkin: os_time_tLast time this task checked in with sanity
oti_next_checkin: os_time_tNext 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
impl Send for os_task_info
impl Sync for os_task_info
Blanket Implementations
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> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
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> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,