Struct windows_sys::Win32::NetworkManagement::Ndis::NDIS_WLAN_BSSID_EX
#[repr(C)]pub struct NDIS_WLAN_BSSID_EX {
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; 16],
pub IELength: u32,
pub IEs: [u8; 1],
}
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; 16]
§IELength: u32
§IEs: [u8; 1]
Trait Implementations§
§impl Clone for NDIS_WLAN_BSSID_EX
impl Clone for NDIS_WLAN_BSSID_EX
impl Copy for NDIS_WLAN_BSSID_EX
Auto Trait Implementations§
impl RefUnwindSafe for NDIS_WLAN_BSSID_EX
impl Send for NDIS_WLAN_BSSID_EX
impl Sync for NDIS_WLAN_BSSID_EX
impl Unpin for NDIS_WLAN_BSSID_EX
impl UnwindSafe for NDIS_WLAN_BSSID_EX
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