Struct esp_idf_hal::sys::xTASK_STATUS
source · #[repr(C)]pub struct xTASK_STATUS {
pub xHandle: *mut tskTaskControlBlock,
pub pcTaskName: *const i8,
pub xTaskNumber: u32,
pub eCurrentState: u32,
pub uxCurrentPriority: u32,
pub uxBasePriority: u32,
pub ulRunTimeCounter: u32,
pub pxStackBase: *mut u8,
pub usStackHighWaterMark: u32,
}
Fields§
§xHandle: *mut tskTaskControlBlock
§pcTaskName: *const i8
§xTaskNumber: u32
§eCurrentState: u32
§uxCurrentPriority: u32
§uxBasePriority: u32
§ulRunTimeCounter: u32
§pxStackBase: *mut u8
§usStackHighWaterMark: u32
Trait Implementations§
source§impl Clone for xTASK_STATUS
impl Clone for xTASK_STATUS
source§fn clone(&self) -> xTASK_STATUS
fn clone(&self) -> xTASK_STATUS
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for xTASK_STATUS
impl Debug for xTASK_STATUS
source§impl Default for xTASK_STATUS
impl Default for xTASK_STATUS
source§fn default() -> xTASK_STATUS
fn default() -> xTASK_STATUS
Returns the “default value” for a type. Read more
impl Copy for xTASK_STATUS
Auto Trait Implementations§
impl Freeze for xTASK_STATUS
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> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)