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_T
data1: *mut c_void
data2: *mut c_void
len: u32
data: __IncompleteArrayField<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.