[][src]Struct esp_idf_sys::xSTATIC_TCB

#[repr(C)]
pub struct xSTATIC_TCB {
    pub pxDummy1: *mut c_void,
    pub xDummy2: xMPU_SETTINGS,
    pub xDummy3: [StaticListItem_t; 2],
    pub uxDummy5: UBaseType_t,
    pub pxDummy6: *mut c_void,
    pub ucDummy7: [u8; 16],
    pub uxDummyCoreId: UBaseType_t,
    pub pxDummy8: *mut c_void,
    pub uxDummy9: UBaseType_t,
    pub OldInterruptState: u32,
    pub uxDummy12: [UBaseType_t; 2],
    pub pvDummy15: [*mut c_void; 1],
    pub pvDummyLocalStorageCallBack: [*mut c_void; 1],
    pub xDummy17: _reent,
    pub ulDummy18: u32,
    pub ucDummy19: u32,
    pub uxDummy20: u8,
}

Fields

pxDummy1: *mut c_voidxDummy2: xMPU_SETTINGSxDummy3: [StaticListItem_t; 2]uxDummy5: UBaseType_tpxDummy6: *mut c_voiducDummy7: [u8; 16]uxDummyCoreId: UBaseType_tpxDummy8: *mut c_voiduxDummy9: UBaseType_tOldInterruptState: u32uxDummy12: [UBaseType_t; 2]pvDummy15: [*mut c_void; 1]pvDummyLocalStorageCallBack: [*mut c_void; 1]xDummy17: _reentulDummy18: u32ucDummy19: u32uxDummy20: u8

Trait Implementations

impl Debug for xSTATIC_TCB[src]

impl Copy for xSTATIC_TCB[src]

impl Clone for xSTATIC_TCB[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for xSTATIC_TCB

impl !Sync for xSTATIC_TCB

impl !Send for xSTATIC_TCB

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]