Struct bl602_sdk::wifi::xSTATIC_TIMER [−][src]
#[repr(C)]pub struct xSTATIC_TIMER { pub pvDummy1: *mut c_void, pub xDummy2: StaticListItem_t, pub xDummy3: TickType_t, pub pvDummy5: *mut c_void, pub pvDummy6: TaskFunction_t, pub uxDummy7: UBaseType_t, pub ucDummy8: u8, }
Fields
pvDummy1: *mut c_void
xDummy2: StaticListItem_t
xDummy3: TickType_t
pvDummy5: *mut c_void
pvDummy6: TaskFunction_t
uxDummy7: UBaseType_t
ucDummy8: u8
Trait Implementations
Auto Trait Implementations
Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> T
Performs the conversion.
pub fn into(self) -> U
pub fn into(self) -> U
Performs the conversion.