pub struct AccessPointInfo {
pub service_path: String,
pub ssid: String,
pub strength: u8,
pub freq: u32,
pub channel: u32,
pub flags: u32,
pub wpa_flags: u32,
pub rsn_flags: u32,
}Fields§
§service_path: String§ssid: String§strength: u8§freq: u32§channel: u32§flags: u32§wpa_flags: u32§rsn_flags: u32Trait Implementations§
Source§impl Debug for AccessPointInfo
impl Debug for AccessPointInfo
impl Eq for AccessPointInfo
Source§impl Hash for AccessPointInfo
impl Hash for AccessPointInfo
Source§impl PartialEq for AccessPointInfo
impl PartialEq for AccessPointInfo
Source§fn eq(&self, other: &AccessPointInfo) -> bool
fn eq(&self, other: &AccessPointInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AccessPointInfo
Auto Trait Implementations§
impl Freeze for AccessPointInfo
impl RefUnwindSafe for AccessPointInfo
impl Send for AccessPointInfo
impl Sync for AccessPointInfo
impl Unpin for AccessPointInfo
impl UnsafeUnpin for AccessPointInfo
impl UnwindSafe for AccessPointInfo
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