Struct flipperzero_sys::tskTaskControlBlock
source · [−]#[repr(C)]pub struct tskTaskControlBlock { /* private fields */ }Expand description
task. h
Type by which tasks are referenced. For example, a call to xTaskCreate returns (via a pointer parameter) an TaskHandle_t variable that can then be used as a parameter to vTaskDelete to delete the task.
\defgroup TaskHandle_t TaskHandle_t \ingroup Tasks
Trait Implementations
sourceimpl Clone for tskTaskControlBlock
impl Clone for tskTaskControlBlock
sourcefn clone(&self) -> tskTaskControlBlock
fn clone(&self) -> tskTaskControlBlock
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for tskTaskControlBlock
impl Debug for tskTaskControlBlock
impl Copy for tskTaskControlBlock
Auto Trait Implementations
impl RefUnwindSafe for tskTaskControlBlock
impl Send for tskTaskControlBlock
impl Sync for tskTaskControlBlock
impl Unpin for tskTaskControlBlock
impl UnwindSafe for tskTaskControlBlock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more