Struct bl602_sdk::wifi::wifi_mgmr_ap_item [−][src]
#[repr(C)]pub struct wifi_mgmr_ap_item { pub ssid: [c_char; 32], pub ssid_tail: [c_char; 1], pub ssid_len: u32, pub bssid: [u8; 6], pub channel: u8, pub auth: u8, pub rssi: i8, }
Fields
ssid: [c_char; 32]
ssid_tail: [c_char; 1]
ssid_len: u32
bssid: [u8; 6]
channel: u8
auth: u8
rssi: i8
Trait Implementations
Returns the “default value” for a type. Read more
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.