Struct bl602_sdk::wifi::wifi_mgmr_scan_item [−][src]
#[repr(C)]pub struct wifi_mgmr_scan_item { pub ssid: [c_char; 32], pub ssid_tail: [c_char; 1], pub ssid_len: u32, pub bssid: [u8; 6], pub channel: u8, pub rssi: i8, pub ppm_abs: i8, pub ppm_rel: i8, pub auth: u8, pub cipher: u8, pub is_used: u8, pub timestamp_lastseen: u32, }
Fields
ssid: [c_char; 32]ssid_tail: [c_char; 1]ssid_len: u32bssid: [u8; 6]channel: u8rssi: i8ppm_abs: i8ppm_rel: i8auth: u8cipher: u8is_used: u8timestamp_lastseen: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for wifi_mgmr_scan_itemimpl Sync for wifi_mgmr_scan_itemimpl Unpin for wifi_mgmr_scan_itemBlanket 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.