#[repr(C)]
pub struct DOT11_RECV_EXTENSION_INFO_V2 {
Show 21 fields pub uVersion: u32, pub pvReserved: *mut c_void, pub dot11PhyType: DOT11_PHY_TYPE, pub uChCenterFrequency: u32, pub lRSSI: i32, pub uRSSI: u32, pub ucPriority: u8, pub ucDataRate: u8, pub ucPeerMacAddress: [u8; 6], pub dwExtendedStatus: u32, pub hWEPOffloadContext: HANDLE, pub hAuthOffloadContext: HANDLE, pub usWEPAppliedMask: u16, pub usWPAMSDUPriority: u16, pub dot11LowestIV48Counter: DOT11_IV48_COUNTER, pub usDot11LeftRWBitMap: u16, pub dot11HighestIV48Counter: DOT11_IV48_COUNTER, pub usDot11RightRWBitMap: u16, pub usNumberOfMPDUsReceived: u16, pub usNumberOfFragments: u16, pub pNdisPackets: [*mut c_void; 1],
}
Expand description

Required features: "Win32_NetworkManagement_WiFi", "Win32_Foundation"

Fields

uVersion: u32pvReserved: *mut c_voiddot11PhyType: DOT11_PHY_TYPEuChCenterFrequency: u32lRSSI: i32uRSSI: u32ucPriority: u8ucDataRate: u8ucPeerMacAddress: [u8; 6]dwExtendedStatus: u32hWEPOffloadContext: HANDLEhAuthOffloadContext: HANDLEusWEPAppliedMask: u16usWPAMSDUPriority: u16dot11LowestIV48Counter: DOT11_IV48_COUNTERusDot11LeftRWBitMap: u16dot11HighestIV48Counter: DOT11_IV48_COUNTERusDot11RightRWBitMap: u16usNumberOfMPDUsReceived: u16usNumberOfFragments: u16pNdisPackets: [*mut c_void; 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.