Struct windows_sys::Win32::NetworkManagement::Ndis::NDIS_WLAN_BSSID
[−]#[repr(C)]pub struct NDIS_WLAN_BSSID {
pub Length: u32,
pub MacAddress: [u8; 6],
pub Reserved: [u8; 2],
pub Ssid: NDIS_802_11_SSID,
pub Privacy: u32,
pub Rssi: i32,
pub NetworkTypeInUse: NDIS_802_11_NETWORK_TYPE,
pub Configuration: NDIS_802_11_CONFIGURATION,
pub InfrastructureMode: NDIS_802_11_NETWORK_INFRASTRUCTURE,
pub SupportedRates: [u8; 8],
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
Length: u32
MacAddress: [u8; 6]
Reserved: [u8; 2]
Ssid: NDIS_802_11_SSID
Privacy: u32
Rssi: i32
NetworkTypeInUse: NDIS_802_11_NETWORK_TYPE
Configuration: NDIS_802_11_CONFIGURATION
InfrastructureMode: NDIS_802_11_NETWORK_INFRASTRUCTURE
SupportedRates: [u8; 8]
Trait Implementations
impl Clone for NDIS_WLAN_BSSID
impl Clone for NDIS_WLAN_BSSID
impl Copy for NDIS_WLAN_BSSID
Auto Trait Implementations
impl RefUnwindSafe for NDIS_WLAN_BSSID
impl Send for NDIS_WLAN_BSSID
impl Sync for NDIS_WLAN_BSSID
impl Unpin for NDIS_WLAN_BSSID
impl UnwindSafe for NDIS_WLAN_BSSID
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more