Struct bl602_sdk::wifi::wifi_mgmr_profile_msg [−][src]
#[repr(C, packed)]pub struct wifi_mgmr_profile_msg {}
Fields
ssid: [c_char; 32]ssid_tail: [c_char; 1]ssid_len: u32psk: [c_char; 64]psk_tail: [c_char; 1]pmk: [c_char; 64]pmk_tail: [c_char; 1]psk_len: u32pmk_len: u32mac: [u8; 6]band: u8freq: u16dhcp_use: u8Trait Implementations
Auto Trait Implementations
impl Send for wifi_mgmr_profile_msgimpl Sync for wifi_mgmr_profile_msgimpl Unpin for wifi_mgmr_profile_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.