Struct esp_idf_sys::xTASK_PARAMETERS
source · #[repr(C)]pub struct xTASK_PARAMETERS {
pub pvTaskCode: TaskFunction_t,
pub pcName: *const c_char,
pub usStackDepth: u32,
pub pvParameters: *mut c_void,
pub uxPriority: UBaseType_t,
pub puxStackBuffer: *mut StackType_t,
pub xRegions: [MemoryRegion_t; 1],
}
Fields§
§pvTaskCode: TaskFunction_t
§pcName: *const c_char
§usStackDepth: u32
§pvParameters: *mut c_void
§uxPriority: UBaseType_t
§puxStackBuffer: *mut StackType_t
§xRegions: [MemoryRegion_t; 1]
Trait Implementations§
source§impl Clone for xTASK_PARAMETERS
impl Clone for xTASK_PARAMETERS
source§fn clone(&self) -> xTASK_PARAMETERS
fn clone(&self) -> xTASK_PARAMETERS
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_PARAMETERS
impl Debug for xTASK_PARAMETERS
source§impl Default for xTASK_PARAMETERS
impl Default for xTASK_PARAMETERS
impl Copy for xTASK_PARAMETERS
Auto Trait Implementations§
impl Freeze for xTASK_PARAMETERS
impl RefUnwindSafe for xTASK_PARAMETERS
impl !Send for xTASK_PARAMETERS
impl !Sync for xTASK_PARAMETERS
impl Unpin for xTASK_PARAMETERS
impl UnwindSafe for xTASK_PARAMETERS
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
)