pub struct ServingApInfo {
pub bssid: Bssid,
pub ssid: Ssid,
pub rssi_dbm: i8,
pub snr_db: i8,
pub signal_report_time: MonotonicInstant,
pub channel: Channel,
pub protection: Protection,
pub ht_cap: Option<HtCapabilities>,
pub vht_cap: Option<VhtCapabilities>,
pub probe_resp_wsc: Option<ProbeRespWsc>,
pub wmm_param: Option<WmmParam>,
}
Fields§
§bssid: Bssid
§ssid: Ssid
§rssi_dbm: i8
§snr_db: i8
§signal_report_time: MonotonicInstant
§channel: Channel
§protection: Protection
§ht_cap: Option<HtCapabilities>
§vht_cap: Option<VhtCapabilities>
§probe_resp_wsc: Option<ProbeRespWsc>
§wmm_param: Option<WmmParam>
Trait Implementations§
Source§impl Clone for ServingApInfo
impl Clone for ServingApInfo
Source§fn clone(&self) -> ServingApInfo
fn clone(&self) -> ServingApInfo
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ServingApInfo
impl Debug for ServingApInfo
Source§impl From<ServingApInfo> for ServingApInfo
impl From<ServingApInfo> for ServingApInfo
Source§fn from(ap: ServingApInfo) -> ServingApInfo
fn from(ap: ServingApInfo) -> ServingApInfo
Converts to this type from the input type.
Source§impl PartialEq for ServingApInfo
impl PartialEq for ServingApInfo
impl StructuralPartialEq for ServingApInfo
Auto Trait Implementations§
impl Freeze for ServingApInfo
impl RefUnwindSafe for ServingApInfo
impl Send for ServingApInfo
impl Sync for ServingApInfo
impl Unpin for ServingApInfo
impl UnwindSafe for ServingApInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)