Struct bl602_sdk::wifi::wifi_mgmr_msg [−][src]
#[repr(C, packed)]pub struct wifi_mgmr_msg { pub ev: WIFI_MGMR_EVENT_T, pub data1: *mut c_void, pub data2: *mut c_void, pub len: u32, pub data: __IncompleteArrayField<u8>, }
Fields
ev: WIFI_MGMR_EVENT_Tdata1: *mut c_voiddata2: *mut c_voidlen: u32data: __IncompleteArrayField<u8>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.