#[repr(C)]pub struct DOT11_EXTSTA_RECV_CONTEXT {
pub Header: NDIS_OBJECT_HEADER,
pub uReceiveFlags: ULONG,
pub uPhyId: ULONG,
pub uChCenterFrequency: ULONG,
pub usNumberOfMPDUsReceived: USHORT,
pub lRSSI: LONG,
pub ucDataRate: UCHAR,
pub uSizeMediaSpecificInfo: ULONG,
pub pvMediaSpecificInfo: PVOID,
pub ullTimestamp: ULONGLONG,
}
Fields§
§Header: NDIS_OBJECT_HEADER
§uReceiveFlags: ULONG
§uPhyId: ULONG
§uChCenterFrequency: ULONG
§usNumberOfMPDUsReceived: USHORT
§lRSSI: LONG
§ucDataRate: UCHAR
§uSizeMediaSpecificInfo: ULONG
§pvMediaSpecificInfo: PVOID
§ullTimestamp: ULONGLONG
Trait Implementations§
Source§impl Clone for DOT11_EXTSTA_RECV_CONTEXT
impl Clone for DOT11_EXTSTA_RECV_CONTEXT
Source§fn clone(&self) -> DOT11_EXTSTA_RECV_CONTEXT
fn clone(&self) -> DOT11_EXTSTA_RECV_CONTEXT
Returns a duplicate 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 moreSource§impl Default for DOT11_EXTSTA_RECV_CONTEXT
impl Default for DOT11_EXTSTA_RECV_CONTEXT
Source§fn default() -> DOT11_EXTSTA_RECV_CONTEXT
fn default() -> DOT11_EXTSTA_RECV_CONTEXT
Returns the “default value” for a type. Read more
impl Copy for DOT11_EXTSTA_RECV_CONTEXT
Auto Trait Implementations§
impl Freeze for DOT11_EXTSTA_RECV_CONTEXT
impl RefUnwindSafe for DOT11_EXTSTA_RECV_CONTEXT
impl !Send for DOT11_EXTSTA_RECV_CONTEXT
impl !Sync for DOT11_EXTSTA_RECV_CONTEXT
impl Unpin for DOT11_EXTSTA_RECV_CONTEXT
impl UnwindSafe for DOT11_EXTSTA_RECV_CONTEXT
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