Struct esp_idf_sys::xSTATIC_TCB
source · #[repr(C)]pub struct xSTATIC_TCB {Show 13 fields
pub pxDummy1: *mut c_void,
pub xDummy3: [StaticListItem_t; 2],
pub uxDummy5: UBaseType_t,
pub pxDummy6: *mut c_void,
pub ucDummy7: [u8; 16],
pub pxDummy8: *mut c_void,
pub uxDummy12: [UBaseType_t; 2],
pub pvDummy15: [*mut c_void; 2],
pub xDummy17: _reent,
pub ulDummy18: [u32; 1],
pub ucDummy19: [u8; 1],
pub uxDummy20: u8,
pub ucDummy21: u8,
}
Fields§
§pxDummy1: *mut c_void
§xDummy3: [StaticListItem_t; 2]
§uxDummy5: UBaseType_t
§pxDummy6: *mut c_void
§ucDummy7: [u8; 16]
§pxDummy8: *mut c_void
§uxDummy12: [UBaseType_t; 2]
§pvDummy15: [*mut c_void; 2]
§xDummy17: _reent
§ulDummy18: [u32; 1]
§ucDummy19: [u8; 1]
§uxDummy20: u8
§ucDummy21: u8
Trait Implementations§
source§impl Clone for xSTATIC_TCB
impl Clone for xSTATIC_TCB
source§fn clone(&self) -> xSTATIC_TCB
fn clone(&self) -> xSTATIC_TCB
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 xSTATIC_TCB
impl Debug for xSTATIC_TCB
source§impl Default for xSTATIC_TCB
impl Default for xSTATIC_TCB
impl Copy for xSTATIC_TCB
Auto Trait Implementations§
impl Freeze for xSTATIC_TCB
impl RefUnwindSafe for xSTATIC_TCB
impl !Send for xSTATIC_TCB
impl !Sync for xSTATIC_TCB
impl Unpin for xSTATIC_TCB
impl UnwindSafe for xSTATIC_TCB
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
)