Struct esp_idf_sys::xTASK_STATUS
source · [−]#[repr(C)]pub struct xTASK_STATUS {
pub xHandle: TaskHandle_t,
pub pcTaskName: *const c_char,
pub xTaskNumber: UBaseType_t,
pub eCurrentState: eTaskState,
pub uxCurrentPriority: UBaseType_t,
pub uxBasePriority: UBaseType_t,
pub ulRunTimeCounter: u32,
pub pxStackBase: *mut StackType_t,
pub usStackHighWaterMark: u16,
}
Fields
xHandle: TaskHandle_t
pcTaskName: *const c_char
xTaskNumber: UBaseType_t
eCurrentState: eTaskState
uxCurrentPriority: UBaseType_t
uxBasePriority: UBaseType_t
ulRunTimeCounter: u32
pxStackBase: *mut StackType_t
usStackHighWaterMark: u16
Trait Implementations
sourceimpl Clone for xTASK_STATUS
impl Clone for xTASK_STATUS
sourcefn clone(&self) -> xTASK_STATUS
fn clone(&self) -> xTASK_STATUS
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for xTASK_STATUS
impl Debug for xTASK_STATUS
sourceimpl Default for xTASK_STATUS
impl Default for xTASK_STATUS
impl Copy for xTASK_STATUS
Auto Trait Implementations
impl RefUnwindSafe for xTASK_STATUS
impl !Send for xTASK_STATUS
impl !Sync for xTASK_STATUS
impl Unpin for xTASK_STATUS
impl UnwindSafe for xTASK_STATUS
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more