#[repr(C)]pub struct xSTATIC_TCB {Show 13 fields
    pub pxDummy1: *mut c_void,
    pub xDummy3: [xSTATIC_LIST_ITEM; 2],
    pub uxDummy5: u32,
    pub pxDummy6: *mut c_void,
    pub ucDummy7: [u8; 16],
    pub pxDummy8: *mut c_void,
    pub uxDummy12: [u32; 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: [xSTATIC_LIST_ITEM; 2]§uxDummy5: u32§pxDummy6: *mut c_void§ucDummy7: [u8; 16]§pxDummy8: *mut c_void§uxDummy12: [u32; 2]§pvDummy15: [*mut c_void; 2]§xDummy17: _reent§ulDummy18: [u32; 1]§ucDummy19: [u8; 1]§uxDummy20: u8§ucDummy21: u8Trait 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
Source§fn default() -> xSTATIC_TCB
 
fn default() -> xSTATIC_TCB
Returns the “default value” for a type. Read more
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,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
 
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)