Struct windows::Wdk::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],
}
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
§fn clone(&self) -> NDIS_WLAN_BSSID
fn clone(&self) -> NDIS_WLAN_BSSID
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
impl Debug for NDIS_WLAN_BSSID
§impl Default for NDIS_WLAN_BSSID
impl Default for NDIS_WLAN_BSSID
§impl PartialEq for NDIS_WLAN_BSSID
impl PartialEq for NDIS_WLAN_BSSID
§fn eq(&self, other: &NDIS_WLAN_BSSID) -> bool
fn eq(&self, other: &NDIS_WLAN_BSSID) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NDIS_WLAN_BSSID
impl Eq for NDIS_WLAN_BSSID
impl StructuralPartialEq for NDIS_WLAN_BSSID
Auto Trait Implementations§
impl Freeze for NDIS_WLAN_BSSID
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§
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
)