pub struct BSS {
    pub channel: i32,
    pub freq_mhz: i32,
    pub rssi: i32,
    pub ssid: String,
    pub width: BandWidth,
    pub second: Option<SecondChannel>,
    pub addr: MacAddr6,
    pub std: Standard,
    pub security: Vec<Security>,
}Fields§
§channel: i32§freq_mhz: i32§rssi: i32§ssid: String§width: BandWidth§second: Option<SecondChannel>§addr: MacAddr6§std: Standard§security: Vec<Security>Trait Implementations§
Auto Trait Implementations§
impl Freeze for BSS
impl RefUnwindSafe for BSS
impl Send for BSS
impl Sync for BSS
impl Unpin for BSS
impl UnwindSafe for BSS
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)