Struct windows::Wdk::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
§fn clone(&self) -> NDIS_WLAN_BSSID_EX
fn clone(&self) -> NDIS_WLAN_BSSID_EX
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for NDIS_WLAN_BSSID_EX
impl Debug for NDIS_WLAN_BSSID_EX
§impl Default for NDIS_WLAN_BSSID_EX
impl Default for NDIS_WLAN_BSSID_EX
§impl PartialEq for NDIS_WLAN_BSSID_EX
impl PartialEq for NDIS_WLAN_BSSID_EX
§fn eq(&self, other: &NDIS_WLAN_BSSID_EX) -> bool
fn eq(&self, other: &NDIS_WLAN_BSSID_EX) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NDIS_WLAN_BSSID_EX
impl Eq for NDIS_WLAN_BSSID_EX
impl StructuralPartialEq for NDIS_WLAN_BSSID_EX
Auto Trait Implementations§
impl Freeze for NDIS_WLAN_BSSID_EX
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)