Struct bl602_sdk::wifi::wifi_mgmr_sta_basic_info [−][src]
#[repr(C)]pub struct wifi_mgmr_sta_basic_info { pub sta_idx: u8, pub is_used: u8, pub sta_mac: [u8; 6], pub tsfhi: u32, pub tsflo: u32, pub rssi: c_int, pub data_rate: u8, }
Fields
sta_idx: u8
is_used: u8
sta_mac: [u8; 6]
tsfhi: u32
tsflo: u32
rssi: c_int
data_rate: u8
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for wifi_mgmr_sta_basic_info
impl Sync for wifi_mgmr_sta_basic_info
impl Unpin for wifi_mgmr_sta_basic_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.