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