Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_WPA_TSC
[−]#[repr(C)]pub struct DOT11_WPA_TSC {
pub uReserved: u32,
pub dot11OffloadType: DOT11_OFFLOAD_TYPE,
pub hOffload: HANDLE,
pub dot11IV48Counter: DOT11_IV48_COUNTER,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
, "Win32_Foundation"
Fields
uReserved: u32
dot11OffloadType: DOT11_OFFLOAD_TYPE
hOffload: HANDLE
dot11IV48Counter: DOT11_IV48_COUNTER
Trait Implementations
impl Clone for DOT11_WPA_TSC
impl Clone for DOT11_WPA_TSC
impl Copy for DOT11_WPA_TSC
Auto Trait Implementations
impl RefUnwindSafe for DOT11_WPA_TSC
impl Send for DOT11_WPA_TSC
impl Sync for DOT11_WPA_TSC
impl Unpin for DOT11_WPA_TSC
impl UnwindSafe for DOT11_WPA_TSC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more