#[repr(C)]pub struct DOT11_PRIVACY_EXEMPTION {
pub usEtherType: u16,
pub usExemptionActionType: u16,
pub usExemptionPacketType: u16,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
usEtherType: u16
usExemptionActionType: u16
usExemptionPacketType: u16
Trait Implementations
impl Clone for DOT11_PRIVACY_EXEMPTION
impl Clone for DOT11_PRIVACY_EXEMPTION
impl Copy for DOT11_PRIVACY_EXEMPTION
Auto Trait Implementations
impl RefUnwindSafe for DOT11_PRIVACY_EXEMPTION
impl Send for DOT11_PRIVACY_EXEMPTION
impl Sync for DOT11_PRIVACY_EXEMPTION
impl Unpin for DOT11_PRIVACY_EXEMPTION
impl UnwindSafe for DOT11_PRIVACY_EXEMPTION
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