Struct bl602_sdk::wifi::xSTATIC_LIST_ITEM [−][src]
#[repr(C)]pub struct xSTATIC_LIST_ITEM { pub xDummy2: TickType_t, pub pvDummy3: [*mut c_void; 4], }
Fields
xDummy2: TickType_tpvDummy3: [*mut c_void; 4]Trait Implementations
Auto Trait Implementations
Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> TPerforms the conversion.
pub fn into(self) -> U
pub fn into(self) -> UPerforms the conversion.