Struct bl602_sdk::wifi::wifi_mgmr_cfg_element_msg [−][src]
#[repr(C, packed)]pub struct wifi_mgmr_cfg_element_msg { pub ops: u32, pub task: u32, pub element: u32, pub type_: u32, pub length: u32, pub buf: __IncompleteArrayField<u32>, }
Fields
ops: u32task: u32element: u32type_: u32length: u32buf: __IncompleteArrayField<u32>Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for wifi_mgmr_cfg_element_msgimpl Sync for wifi_mgmr_cfg_element_msgimpl Unpin for wifi_mgmr_cfg_element_msgBlanket 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.