Struct bl602_sdk::wifi::wifi_mgmr_connect_ind_stat_info [−][src]
#[repr(C)]pub struct wifi_mgmr_connect_ind_stat_info { pub status_code: u16, pub type_ind: u8, pub ssid: [c_char; 32], pub psk: [c_char; 65], pub bssid: [u8; 6], pub chan_freq: u16, pub chan_band: u8, }
Fields
status_code: u16
type_ind: u8
ssid: [c_char; 32]
psk: [c_char; 65]
bssid: [u8; 6]
chan_freq: u16
chan_band: u8
Trait Implementations
Auto Trait Implementations
impl Send for wifi_mgmr_connect_ind_stat_info
impl Sync for wifi_mgmr_connect_ind_stat_info
impl Unpin for wifi_mgmr_connect_ind_stat_info
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.