Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_PRIVACY_EXEMPTION
#[repr(C)]pub struct DOT11_PRIVACY_EXEMPTION {
pub usEtherType: u16,
pub usExemptionActionType: u16,
pub usExemptionPacketType: u16,
}
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§
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