#[repr(C)]
pub struct DOT11_SCAN_REQUEST {
Show 13 fields pub dot11BSSType: DOT11_BSS_TYPE, pub dot11BSSID: [u8; 6], pub dot11SSID: DOT11_SSID, pub dot11ScanType: DOT11_SCAN_TYPE, pub bRestrictedScan: BOOLEAN, pub bUseRequestIE: BOOLEAN, pub uRequestIDsOffset: u32, pub uNumOfRequestIDs: u32, pub uPhyTypesOffset: u32, pub uNumOfPhyTypes: u32, pub uIEsOffset: u32, pub uIEsLength: u32, pub ucBuffer: [u8; 1],
}
Expand description

Required features: "Win32_NetworkManagement_WiFi", "Win32_Foundation"

Fields

dot11BSSType: DOT11_BSS_TYPEdot11BSSID: [u8; 6]dot11SSID: DOT11_SSIDdot11ScanType: DOT11_SCAN_TYPEbRestrictedScan: BOOLEANbUseRequestIE: BOOLEANuRequestIDsOffset: u32uNumOfRequestIDs: u32uPhyTypesOffset: u32uNumOfPhyTypes: u32uIEsOffset: u32uIEsLength: u32ucBuffer: [u8; 1]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.