Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_ENCAP_ENTRY
[−]Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
usEtherType: u16
usEncapType: u16
Trait Implementations
impl Clone for DOT11_ENCAP_ENTRY
impl Clone for DOT11_ENCAP_ENTRY
impl Copy for DOT11_ENCAP_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for DOT11_ENCAP_ENTRY
impl Send for DOT11_ENCAP_ENTRY
impl Sync for DOT11_ENCAP_ENTRY
impl Unpin for DOT11_ENCAP_ENTRY
impl UnwindSafe for DOT11_ENCAP_ENTRY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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