#[repr(C, packed(1))]pub struct DOT11_SECURITY_PACKET_HEADER {
pub PeerMac: [u8; 6],
pub usEtherType: u16,
pub Data: [u8; 1],
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
PeerMac: [u8; 6]
usEtherType: u16
Data: [u8; 1]
Trait Implementations
impl Clone for DOT11_SECURITY_PACKET_HEADER
impl Clone for DOT11_SECURITY_PACKET_HEADER
impl Copy for DOT11_SECURITY_PACKET_HEADER
Auto Trait Implementations
impl RefUnwindSafe for DOT11_SECURITY_PACKET_HEADER
impl Send for DOT11_SECURITY_PACKET_HEADER
impl Sync for DOT11_SECURITY_PACKET_HEADER
impl Unpin for DOT11_SECURITY_PACKET_HEADER
impl UnwindSafe for DOT11_SECURITY_PACKET_HEADER
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