Struct flipper0::ffi::xSTATIC_TCB

source ·
pub struct xSTATIC_TCB {
    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 uxDummy10: [u32; 2],
    pub uxDummy12: [u32; 2],
    pub pvDummy15: [*mut c_void; 1],
    pub ulDummy18: [u32; 2],
    pub ucDummy19: [u8; 2],
    pub uxDummy20: u8,
}

Fields

pxDummy1: *mut c_voidxDummy3: [xSTATIC_LIST_ITEM; 2]uxDummy5: u32pxDummy6: *mut c_voiducDummy7: [u8; 16]pxDummy8: *mut c_voiduxDummy10: [u32; 2]uxDummy12: [u32; 2]pvDummy15: [*mut c_void; 1]ulDummy18: [u32; 2]ucDummy19: [u8; 2]uxDummy20: u8

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.