#[repr(C)]pub struct DOT11_WEP_OFFLOAD {Show 15 fields
pub uReserved: ULONG,
pub hOffloadContext: HANDLE,
pub hOffload: HANDLE,
pub dot11OffloadType: DOT11_OFFLOAD_TYPE,
pub dwAlgorithm: ULONG,
pub bRowIsOutbound: BOOLEAN,
pub bUseDefault: BOOLEAN,
pub uFlags: ULONG,
pub ucMacAddress: [UCHAR; 6],
pub uNumOfRWsOnPeer: ULONG,
pub uNumOfRWsOnMe: ULONG,
pub dot11IV48Counters: [DOT11_IV48_COUNTER; 16],
pub usDot11RWBitMaps: [USHORT; 16],
pub usKeyLength: USHORT,
pub ucKey: [UCHAR; 1],
}Fields§
§uReserved: ULONG§hOffloadContext: HANDLE§hOffload: HANDLE§dot11OffloadType: DOT11_OFFLOAD_TYPE§dwAlgorithm: ULONG§bRowIsOutbound: BOOLEAN§bUseDefault: BOOLEAN§uFlags: ULONG§ucMacAddress: [UCHAR; 6]§uNumOfRWsOnPeer: ULONG§uNumOfRWsOnMe: ULONG§dot11IV48Counters: [DOT11_IV48_COUNTER; 16]§usDot11RWBitMaps: [USHORT; 16]§usKeyLength: USHORT§ucKey: [UCHAR; 1]Trait Implementations§
Source§impl Clone for DOT11_WEP_OFFLOAD
impl Clone for DOT11_WEP_OFFLOAD
Source§fn clone(&self) -> DOT11_WEP_OFFLOAD
fn clone(&self) -> DOT11_WEP_OFFLOAD
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_WEP_OFFLOAD
impl Default for DOT11_WEP_OFFLOAD
Source§fn default() -> DOT11_WEP_OFFLOAD
fn default() -> DOT11_WEP_OFFLOAD
Returns the “default value” for a type. Read more
impl Copy for DOT11_WEP_OFFLOAD
Auto Trait Implementations§
impl Freeze for DOT11_WEP_OFFLOAD
impl RefUnwindSafe for DOT11_WEP_OFFLOAD
impl !Send for DOT11_WEP_OFFLOAD
impl !Sync for DOT11_WEP_OFFLOAD
impl Unpin for DOT11_WEP_OFFLOAD
impl UnwindSafe for DOT11_WEP_OFFLOAD
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